mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
mozjs: Update to 91.2.0
This has bunch of security fixes https://www.mozilla.org/en-US/security/advisories/mfsa2021-45/ No need to disable jit explicitly for rv32, it works ok without it Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+7
-10
@@ -11,11 +11,15 @@ Signed-off-by: Alexander Kanavin <alex@linutronix.de>
|
||||
Cargo.toml | 3 +--
|
||||
1 file changed, 1 insertion(+), 2 deletions(-)
|
||||
|
||||
diff --git a/Cargo.toml b/Cargo.toml
|
||||
index 09f3e7292f..0fff412569 100644
|
||||
--- a/Cargo.toml
|
||||
+++ b/Cargo.toml
|
||||
@@ -57,7 +57,6 @@ panic = "abort"
|
||||
@@ -51,13 +51,11 @@ opt-level = 1
|
||||
rpath = false
|
||||
lto = false
|
||||
debug-assertions = true
|
||||
-panic = "abort"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 2
|
||||
rpath = false
|
||||
debug-assertions = false
|
||||
@@ -23,10 +27,3 @@ index 09f3e7292f..0fff412569 100644
|
||||
|
||||
# Optimize build dependencies, because bindgen and proc macros / style
|
||||
# compilation take more to run than to build otherwise.
|
||||
@@ -105,4 +104,4 @@ path = "third_party/rust/mio"
|
||||
|
||||
# Patch failure 0.1.8 to disable the backtrace feature by default. See bug 1608157.
|
||||
[patch.crates-io.failure]
|
||||
-path = "third_party/rust/failure"
|
||||
\ No newline at end of file
|
||||
+path = "third_party/rust/failure"
|
||||
|
||||
+1
-2
@@ -12,7 +12,7 @@ SRC_URI = "https://archive.mozilla.org/pub/firefox/releases/${PV}esr/source/fire
|
||||
file://0001-build-do-not-use-autoconf-s-config.sub-to-canonicali.patch \
|
||||
file://riscv32.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "3b913d6a52c95a8986123c98543f1273812a2d59f2891b4b1c604e35f4580766"
|
||||
SRC_URI[sha256sum] = "3ef3cfd321d0c2c80ee1b41b8baf7a1ea4daf93c29e1377274933440ff5e42c3"
|
||||
|
||||
S = "${WORKDIR}/firefox-${@d.getVar("PV").replace("esr", "")}"
|
||||
|
||||
@@ -37,7 +37,6 @@ export RUSTFLAGS
|
||||
JIT ?= ""
|
||||
|
||||
JIT:mipsarch = "--disable-jit"
|
||||
JIT:riscv32 = "--disable-jit"
|
||||
|
||||
do_configure() {
|
||||
cd ${B}
|
||||
Reference in New Issue
Block a user