[oe] [meta-oe][PATCH 16/20] mozjs: fix PN -> BPN for multilib

Yi Zhao yi.zhao at windriver.com
Fri May 8 07:42:31 UTC 2015


Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
---
 meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb |    4 ++--
 1 file 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 263e940..09c3ea0 100644
--- a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb
+++ b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb
@@ -16,7 +16,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
 
@@ -48,7 +48,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
-- 
1.7.9.5




More information about the Openembedded-devel mailing list