aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/mozjs
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2015-05-08 15:42:31 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-05-13 14:32:02 +0200
commitfd5b7b64c6a07a0be62ae274693b367476f5700c (patch)
treed14589d97b96e03e372152300f970195200fb48b /meta-oe/recipes-extended/mozjs
parenta5e84bca7aded524638b81e207843ca23b501fb2 (diff)
downloadmeta-openembedded-fd5b7b64c6a07a0be62ae274693b367476f5700c.tar.gz
mozjs: 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/recipes-extended/mozjs')
-rw-r--r--meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb
index ac6ce4e3b7..10028a0429 100644
--- a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb
+++ b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb
@@ -17,7 +17,7 @@ SRC_URI = " \
SRC_URI[md5sum] = "20b6f8f1140ef6e47daa3b16965c9202"
SRC_URI[sha256sum] = "321e964fe9386785d3bf80870640f2fa1c683e32fe988eeb201b04471c172fba"
-S = "${WORKDIR}/${PN}${PV}/js/src"
+S = "${WORKDIR}/${BPN}${PV}/js/src"
inherit autotools pkgconfig perlnative
@@ -49,7 +49,7 @@ do_configure() {
# patch.bbclass will try to apply the patches already present and fail, so clean them out
do_sourceclean() {
(
- cd ${WORKDIR}/${PN}${PV}/patches
+ cd ${WORKDIR}/${BPN}${PV}/patches
for i in $(cat series | awk '{print $1}') ; do
rm -f $i
done