diff options
| -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 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 = " \ | |||
| 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 | ||
| @@ -49,7 +49,7 @@ do_configure() { | |||
| 49 | # patch.bbclass will try to apply the patches already present and fail, so clean them out | 49 | # patch.bbclass will try to apply the patches already present and fail, so clean them out |
| 50 | do_sourceclean() { | 50 | do_sourceclean() { |
| 51 | ( | 51 | ( |
| 52 | cd ${WORKDIR}/${PN}${PV}/patches | 52 | cd ${WORKDIR}/${BPN}${PV}/patches |
| 53 | for i in $(cat series | awk '{print $1}') ; do | 53 | for i in $(cat series | awk '{print $1}') ; do |
| 54 | rm -f $i | 54 | rm -f $i |
| 55 | done | 55 | done |
