aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/sblim-sfcb
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2015-09-18 17:10:57 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-09-23 15:39:47 +0200
commitcff107b5bf8dc7177b1a42a359521a01d58f2a15 (patch)
treef35777fccce54fb4c2180750973b3b5f9117b9af /meta-oe/recipes-extended/sblim-sfcb
parentc1c0be6cc19fc430fe608532feae09df9ef20f37 (diff)
downloadmeta-openembedded-contrib-cff107b5bf8dc7177b1a42a359521a01d58f2a15.tar.gz
sblim-sfcb: fix ${PN}-${PV} -> ${BP} for multilib
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/sblim-sfcb')
-rw-r--r--meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.8.bb b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.8.bb
index 5474fc64ce..dc5e4d0c6e 100644
--- a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.8.bb
+++ b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.8.bb
@@ -11,7 +11,7 @@ LICENSE = "EPL-1.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=f300afd598546add034364cd0a533261"
DEPENDS = "curl libpam openssl sblim-sfcCommon"
-SRC_URI = "http://downloads.sourceforge.net/sblim/${PN}-${PV}.tar.bz2 \
+SRC_URI = "http://downloads.sourceforge.net/sblim/${BP}.tar.bz2 \
file://sblim-sfcb-1.3.9-sfcbrepos-schema-location.patch \
file://sblim-sfcb-1.3.15-fix-provider-debugging.patch \
file://sblim-sfcb-1.3.16-maxMsgLen.patch \