[oe-commits] Yi Zhao : sblim-sfcCommon: fix ${PN}-${PV} -> ${BP} for multilib

git at git.openembedded.org git at git.openembedded.org
Wed Sep 23 13:48:00 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: c1c0be6cc19fc430fe608532feae09df9ef20f37
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=c1c0be6cc19fc430fe608532feae09df9ef20f37

Author: Yi Zhao <yi.zhao at windriver.com>
Date:   Fri Sep 18 17:10:56 2015 +0800

sblim-sfcCommon: fix ${PN}-${PV} -> ${BP} for multilib

Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-extended/sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb b/meta-oe/recipes-extended/sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb
index 0f5515a..ebd2199 100644
--- a/meta-oe/recipes-extended/sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb
+++ b/meta-oe/recipes-extended/sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb
@@ -9,7 +9,7 @@ SECTION = "Development/Libraries"
 
 DEPENDS = "cmpi-bindings"
 
-SRC_URI = "http://downloads.sourceforge.net/sblim/${PN}-${PV}.tar.bz2 \
+SRC_URI = "http://downloads.sourceforge.net/sblim/${BP}.tar.bz2 \
           "
 SRC_URI[md5sum] = "8aa2655d97bdea54c4750f220b40990c"
 SRC_URI[sha256sum] = "b9b1037173d6ae0181c3bd5a316ddab5afd6a342ad0dbdc18e940fc0ad2c3297"



More information about the Openembedded-commits mailing list