summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2015-05-08 15:42:30 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-05-13 14:32:02 +0200
commita5e84bca7aded524638b81e207843ca23b501fb2 (patch)
treed8683f61e19fb764b54768f850d716b07dab46a4 /meta-oe
parent7c9b9e27b3c267c1f815bb8a794ad84972cb0354 (diff)
downloadmeta-openembedded-a5e84bca7aded524638b81e207843ca23b501fb2.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>
Diffstat (limited to 'meta-oe')
-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 887f5a2b2..d1964ebc6 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"
9DEPENDS = "boost" 9DEPENDS = "boost"
10 10
11 11
12SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${P}/${P}.tar.gz \ 12SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${BP}/${BP}.tar.gz \
13 file://soci_libdir.patch \ 13 file://soci_libdir.patch \
14 " 14 "
15SRC_URI[md5sum] = "bc3c35f6cd3f80a1be19fe30b3c111bf" 15SRC_URI[md5sum] = "bc3c35f6cd3f80a1be19fe30b3c111bf"