diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2015-05-08 15:42:31 +0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2015-08-03 09:06:59 -0700 |
| commit | 465ea45ec64ecb33202e55585b26124968fa0abf (patch) | |
| tree | 574a5de7297cbbb557a584d768c41554315c28e2 /meta-oe | |
| parent | 9b977afd65c930d56181d9668e7edc1467c6e153 (diff) | |
| download | meta-openembedded-465ea45ec64ecb33202e55585b26124968fa0abf.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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb | 4 |
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 f6e4157295..1343f2c096 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 = " \ | |||
| 17 | SRC_URI[md5sum] = "20b6f8f1140ef6e47daa3b16965c9202" | 17 | SRC_URI[md5sum] = "20b6f8f1140ef6e47daa3b16965c9202" |
| 18 | SRC_URI[sha256sum] = "321e964fe9386785d3bf80870640f2fa1c683e32fe988eeb201b04471c172fba" | 18 | SRC_URI[sha256sum] = "321e964fe9386785d3bf80870640f2fa1c683e32fe988eeb201b04471c172fba" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/${PN}${PV}/js/src" | 20 | S = "${WORKDIR}/${BPN}${PV}/js/src" |
| 21 | 21 | ||
| 22 | inherit autotools pkgconfig perlnative | 22 | inherit autotools pkgconfig perlnative |
| 23 | 23 | ||
| @@ -46,7 +46,7 @@ do_configure() { | |||
| 46 | # patch.bbclass will try to apply the patches already present and fail, so clean them out | 46 | # patch.bbclass will try to apply the patches already present and fail, so clean them out |
| 47 | do_sourceclean() { | 47 | do_sourceclean() { |
| 48 | ( | 48 | ( |
| 49 | cd ${WORKDIR}/${PN}${PV}/patches | 49 | cd ${WORKDIR}/${BPN}${PV}/patches |
| 50 | for i in $(cat series | awk '{print $1}') ; do | 50 | for i in $(cat series | awk '{print $1}') ; do |
| 51 | rm -f $i | 51 | rm -f $i |
| 52 | done | 52 | done |
