[oe] [meta-oe][PATCH 19/20] synergy: fix ${PN}-${PV} -> ${BP} for multilib

Yi Zhao yi.zhao at windriver.com
Fri May 8 07:42:34 UTC 2015


Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
---
 meta-oe/recipes-support/synergy/synergy_1.3.8.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 45c0bc2..545f9fa 100644
--- a/meta-oe/recipes-support/synergy/synergy_1.3.8.bb
+++ b/meta-oe/recipes-support/synergy/synergy_1.3.8.bb
@@ -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
-- 
1.7.9.5




More information about the Openembedded-devel mailing list