[oe-commits] Yi Zhao : soci: fix PN -> BPN for multilib

git at git.openembedded.org git at git.openembedded.org
Tue Aug 18 10:44:20 UTC 2015


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

Author: Yi Zhao <yi.zhao at windriver.com>
Date:   Fri May  8 15:42:30 2015 +0800

soci: fix PN -> BPN for multilib

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

---

 meta-oe/recipes-support/soci/soci_3.2.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/soci/soci_3.2.2.bb b/meta-oe/recipes-support/soci/soci_3.2.2.bb
index 887f5a2..d1964eb 100644
--- a/meta-oe/recipes-support/soci/soci_3.2.2.bb
+++ b/meta-oe/recipes-support/soci/soci_3.2.2.bb
@@ -9,7 +9,7 @@ SECTION = "libs"
 DEPENDS = "boost"
 
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${P}/${P}.tar.gz \
+SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${BP}/${BP}.tar.gz \
            file://soci_libdir.patch \
           "
 SRC_URI[md5sum] = "bc3c35f6cd3f80a1be19fe30b3c111bf"



More information about the Openembedded-commits mailing list