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

git at git.openembedded.org git at git.openembedded.org
Fri Sep 18 11:06:19 UTC 2015


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

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

sblim-sfcb: 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-sfcb/sblim-sfcb_1.4.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 5474fc6..dc5e4d0 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 \



More information about the Openembedded-commits mailing list