mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
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>
This commit is contained in:
committed by
Koen Kooi
parent
c39bea00e2
commit
5a06d2a2f5
@@ -1,7 +1,7 @@
|
|||||||
DESCRIPTION = "Synergy - control multiple computers with one keyboard and mouse"
|
DESCRIPTION = "Synergy - control multiple computers with one keyboard and mouse"
|
||||||
HOMEPAGE = "http://synergy.googlecode.com"
|
HOMEPAGE = "http://synergy.googlecode.com"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=9772a11e3569985855e2ce450e56f991"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=9772a11e3569985855e2ce450e56f991"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPL-2.0"
|
||||||
SECTION = "x11/utils"
|
SECTION = "x11/utils"
|
||||||
|
|
||||||
DEPENDS = "libx11 libxtst"
|
DEPENDS = "libx11 libxtst"
|
||||||
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "0afc83e4ed0b46ed497d4229b2b2854e8d3c581a112f4da05110943edb
|
|||||||
|
|
||||||
S = "${WORKDIR}/${PN}-${PV}-Source"
|
S = "${WORKDIR}/${PN}-${PV}-Source"
|
||||||
|
|
||||||
inherit cmake siteinfo
|
inherit cmake
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}/usr/bin
|
install -d ${D}/usr/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user