[oe-commits] Tasslehoff Kjappfot : synergy: remove inherit of siteinfo and fix license string

git at git.openembedded.org git at git.openembedded.org
Mon Apr 30 08:23:28 UTC 2012


Module: meta-openembedded.git
Branch: denzil
Commit: 5a06d2a2f504eadc5c7babcbcd833cf3763315ee
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=5a06d2a2f504eadc5c7babcbcd833cf3763315ee

Author: Tasslehoff Kjappfot <tasskjapp at gmail.com>
Date:   Tue May  1 06:16:02 2012 +0000

synergy: remove inherit of siteinfo and fix license string

Signed-off-by: Tasslehoff Kjappfot <tasskjapp at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-support/synergy/synergy_1.3.8.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/synergy/synergy_1.3.8.bb b/meta-oe/recipes-support/synergy/synergy_1.3.8.bb
index 40efcb1..b8d1e6c 100644
--- a/meta-oe/recipes-support/synergy/synergy_1.3.8.bb
+++ b/meta-oe/recipes-support/synergy/synergy_1.3.8.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Synergy - control multiple computers with one keyboard and mouse"
 HOMEPAGE = "http://synergy.googlecode.com"
 LIC_FILES_CHKSUM = "file://COPYING;md5=9772a11e3569985855e2ce450e56f991"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0"
 SECTION = "x11/utils"
 
 DEPENDS = "libx11 libxtst"
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "0afc83e4ed0b46ed497d4229b2b2854e8d3c581a112f4da05110943edb
 
 S = "${WORKDIR}/${PN}-${PV}-Source"
 
-inherit cmake siteinfo
+inherit cmake
 
 do_install() {
 	install -d ${D}/usr/bin





More information about the Openembedded-commits mailing list