diff options
Diffstat (limited to 'meta-oe/recipes-extended/mozjs')
-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 524f2a543..d477f4bb0 100644 --- a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb +++ b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb | |||
@@ -10,7 +10,7 @@ SRC_URI = " \ | |||
10 | file://0003-Add-AArch64-support.patch;patchdir=../../ \ | 10 | file://0003-Add-AArch64-support.patch;patchdir=../../ \ |
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 | file://fix-the-compile-error-of-powerpc64.patch;patchdir=../../ \ |
15 | file://fix_milestone_compile_issue.patch \ | 15 | file://fix_milestone_compile_issue.patch \ |
16 | file://0010-fix-cross-compilation-on-i586-targets.patch;patchdir=../../ \ | 16 | file://0010-fix-cross-compilation-on-i586-targets.patch;patchdir=../../ \ |
@@ -46,7 +46,7 @@ PACKAGECONFIG[x11] = "--with-x --x-includes=${STAGING_INCDIR} --x-libraries=${ST | |||
46 | 46 | ||
47 | # mozjs requires autoreconf 2.13 | 47 | # mozjs requires autoreconf 2.13 |
48 | do_configure() { | 48 | do_configure() { |
49 | ( cd ${S} | 49 | ( cd ${S} |
50 | gnu-configize --force | 50 | gnu-configize --force |
51 | mv config.guess config.sub build/autoconf ) | 51 | mv config.guess config.sub build/autoconf ) |
52 | ${S}/configure ${EXTRA_OECONF} | 52 | ${S}/configure ${EXTRA_OECONF} |