mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 23:13:43 +00:00
synergy: fix ${PN}-${PV} -> ${BP} for multilib
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
797bf2562e
commit
618a56c2de
@ -11,7 +11,7 @@ SRC_URI = "http://synergy.googlecode.com/files/synergy-${PV}-Source.tar.gz"
|
||||
SRC_URI[md5sum] = "3534c65ecfa6e47d7899c57975442f03"
|
||||
SRC_URI[sha256sum] = "0afc83e4ed0b46ed497d4229b2b2854e8d3c581a112f4da05110943edbfacc03"
|
||||
|
||||
S = "${WORKDIR}/${PN}-${PV}-Source"
|
||||
S = "${WORKDIR}/${BP}-Source"
|
||||
|
||||
inherit cmake distro_features_check
|
||||
# depends on virtual/libx11
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user