diff options
| -rw-r--r-- | meta-oe/recipes-extended/mozjs/mozjs/fix-the-compile-error-of-powerpc64.patch | 18 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb | 1 |
2 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/mozjs/mozjs/fix-the-compile-error-of-powerpc64.patch b/meta-oe/recipes-extended/mozjs/mozjs/fix-the-compile-error-of-powerpc64.patch new file mode 100644 index 0000000000..43c459042b --- /dev/null +++ b/meta-oe/recipes-extended/mozjs/mozjs/fix-the-compile-error-of-powerpc64.patch | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | fix the compile error of powerpc64 | ||
| 2 | |||
| 3 | Upstream-status: Accepted | ||
| 4 | |||
| 5 | fix the following error | ||
| 6 | |error: 'jsuword' does not name a type | ||
| 7 | |||
| 8 | |||
| 9 | --- a/js/src/jsval.hold 2015-04-24 01:15:06.692970731 -0500 | ||
| 10 | +++ b/js/src/jsval.h 2015-04-24 01:15:41.792969478 -0500 | ||
| 11 | @@ -304,7 +304,6 @@ | ||
| 12 | int32_t i32; | ||
| 13 | uint32_t u32; | ||
| 14 | JSWhyMagic why; | ||
| 15 | - jsuword word; | ||
| 16 | } payload; | ||
| 17 | } s; | ||
| 18 | double asDouble; | ||
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 91ee9a27a5..f6e4157295 100644 --- a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb +++ b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb | |||
| @@ -11,6 +11,7 @@ SRC_URI = " \ | |||
| 11 | file://0004-mozbug746112-no-decommit-on-large-pages.patch;patchdir=../../ \ | 11 | file://0004-mozbug746112-no-decommit-on-large-pages.patch;patchdir=../../ \ |
| 12 | file://0005-aarch64-64k-page.patch;patchdir=../../ \ | 12 | file://0005-aarch64-64k-page.patch;patchdir=../../ \ |
| 13 | file://0001-regenerate-configure.patch;patchdir=../../ \ | 13 | file://0001-regenerate-configure.patch;patchdir=../../ \ |
| 14 | file://fix-the-compile-error-of-powerpc64.patch;patchdir=../../ \ | ||
| 14 | " | 15 | " |
| 15 | 16 | ||
| 16 | SRC_URI[md5sum] = "20b6f8f1140ef6e47daa3b16965c9202" | 17 | SRC_URI[md5sum] = "20b6f8f1140ef6e47daa3b16965c9202" |
