aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2015-05-08 15:42:30 +0800
committerArmin Kuster <akuster808@gmail.com>2015-08-03 09:06:59 -0700
commit9b977afd65c930d56181d9668e7edc1467c6e153 (patch)
treeb706b7b7562a99492f7613adbb7071106ebc2aa6
parenta879a4f5492e9a4a95fffc818a078e79a0e7f13a (diff)
downloadmeta-openembedded-contrib-9b977afd65c930d56181d9668e7edc1467c6e153.tar.gz
soci: fix PN -> BPN for multilib
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-support/soci/soci_3.2.2.bb2
1 files changed, 1 insertions, 1 deletions
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 887f5a2b2b..d1964ebc6a 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"