aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2015-09-18 17:10:56 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-09-23 15:39:46 +0200
commitc1c0be6cc19fc430fe608532feae09df9ef20f37 (patch)
tree119dfe8a362f6714ac04b52e66918251957179a5
parent90eb8fa98076a56c0fae9692339f7f908f5465b6 (diff)
downloadmeta-openembedded-c1c0be6cc19fc430fe608532feae09df9ef20f37.tar.gz
sblim-sfcCommon: fix ${PN}-${PV} -> ${BP} for multilib
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-extended/sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb2
1 files changed, 1 insertions, 1 deletions
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 0f5515aea2..ebd219940c 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"