diff options
author | Tasslehoff Kjappfot <tasskjapp@gmail.com> | 2012-05-01 06:16:02 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-30 10:16:27 +0200 |
commit | b04e5005ffc3e46e96e930e3286797e156b48d9d (patch) | |
tree | 1074a419a7d222153c96414b145cb40f23b88092 /meta-oe/recipes-support/synergy | |
parent | 00bf241a99aab5003993fb2107d72f02b7377470 (diff) | |
download | meta-openembedded-b04e5005ffc3e46e96e930e3286797e156b48d9d.tar.gz |
synergy: remove inherit of siteinfo and fix license string
Signed-off-by: Tasslehoff Kjappfot <tasskjapp@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/synergy')
-rw-r--r-- | 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 40efcb17a..b8d1e6c15 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 @@ | |||
1 | DESCRIPTION = "Synergy - control multiple computers with one keyboard and mouse" | 1 | DESCRIPTION = "Synergy - control multiple computers with one keyboard and mouse" |
2 | HOMEPAGE = "http://synergy.googlecode.com" | 2 | HOMEPAGE = "http://synergy.googlecode.com" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=9772a11e3569985855e2ce450e56f991" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=9772a11e3569985855e2ce450e56f991" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPL-2.0" |
5 | SECTION = "x11/utils" | 5 | SECTION = "x11/utils" |
6 | 6 | ||
7 | DEPENDS = "libx11 libxtst" | 7 | DEPENDS = "libx11 libxtst" |
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "0afc83e4ed0b46ed497d4229b2b2854e8d3c581a112f4da05110943edb | |||
13 | 13 | ||
14 | S = "${WORKDIR}/${PN}-${PV}-Source" | 14 | S = "${WORKDIR}/${PN}-${PV}-Source" |
15 | 15 | ||
16 | inherit cmake siteinfo | 16 | inherit cmake |
17 | 17 | ||
18 | do_install() { | 18 | do_install() { |
19 | install -d ${D}/usr/bin | 19 | install -d ${D}/usr/bin |