summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb
diff options
context:
space:
mode:
authorAlistair Francis <alistair.francis@wdc.com>2018-06-20 13:15:12 -0700
committerKhem Raj <raj.khem@gmail.com>2018-06-20 21:43:55 -0700
commitf097a2d7d6db102ed88bd3dc7110a2e735eac501 (patch)
tree6bfc75d1affb3089c6d01907a54fb20ed62cf658 /meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb
parent28fab4c8f547d45b80bb7b06d33a6c6c1ea74efc (diff)
downloadmeta-openembedded-f097a2d7d6db102ed88bd3dc7110a2e735eac501.tar.gz
mozjs: Update Double-Conversion inside mozjs
Update the Double-Conversion source inside mozjs to add support for more architectures. Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb')
-rw-r--r--meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb3
1 files changed, 2 insertions, 1 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 49b7f156e..c5fbab20b 100644
--- a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb
+++ b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb
@@ -7,7 +7,6 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/js/${BPN}${PV}.tar.gz \
7 file://0001-mozjs17.0.0-fix-the-compile-bug-of-powerpc.patch \ 7 file://0001-mozjs17.0.0-fix-the-compile-bug-of-powerpc.patch \
8 file://0001-js.pc.in-do-not-include-RequiredDefines.h-for-depend.patch \ 8 file://0001-js.pc.in-do-not-include-RequiredDefines.h-for-depend.patch \
9 file://0002-Move-JS_BYTES_PER_WORD-out-of-config.h.patch;patchdir=../../ \ 9 file://0002-Move-JS_BYTES_PER_WORD-out-of-config.h.patch;patchdir=../../ \
10 file://0003-Add-AArch64-support.patch;patchdir=../../ \
11 file://0004-mozbug746112-no-decommit-on-large-pages.patch;patchdir=../../ \ 10 file://0004-mozbug746112-no-decommit-on-large-pages.patch;patchdir=../../ \
12 file://0005-aarch64-64k-page.patch;patchdir=../../ \ 11 file://0005-aarch64-64k-page.patch;patchdir=../../ \
13 file://0001-regenerate-configure.patch;patchdir=../../ \ 12 file://0001-regenerate-configure.patch;patchdir=../../ \
@@ -16,6 +15,8 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/js/${BPN}${PV}.tar.gz \
16 file://0010-fix-cross-compilation-on-i586-targets.patch;patchdir=../../ \ 15 file://0010-fix-cross-compilation-on-i586-targets.patch;patchdir=../../ \
17 file://Manually_mmap_heap_memory_esr17.patch;patchdir=../../ \ 16 file://Manually_mmap_heap_memory_esr17.patch;patchdir=../../ \
18 file://0001-compare-the-first-character-of-string-to-be-null-or-.patch;patchdir=../../ \ 17 file://0001-compare-the-first-character-of-string-to-be-null-or-.patch;patchdir=../../ \
18 file://Update-the-double-conversion-update-script.patch;patchdir=../../ \
19 file://Update-Double-Conversion.patch;patchdir=../../ \
19 " 20 "
20 21
21SRC_URI[md5sum] = "20b6f8f1140ef6e47daa3b16965c9202" 22SRC_URI[md5sum] = "20b6f8f1140ef6e47daa3b16965c9202"