diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-04-20 11:13:53 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-04-21 07:14:38 -0700 |
commit | cc8efa1fe957a83452089a082cc23a76bae64c52 (patch) | |
tree | 58d1b7e8a4a9614c2d72c2ecd546b761b94060b1 | |
parent | 667219409fffaf3690d5e7c9b60d17d2b6783d6f (diff) | |
download | meta-openembedded-cc8efa1fe957a83452089a082cc23a76bae64c52.tar.gz |
mozjs-91: Disable strip
OE build takes care of this during packaging anyway
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/mozjs/mozjs-91_91.8.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/mozjs/mozjs-91_91.8.0.bb b/meta-oe/recipes-extended/mozjs/mozjs-91_91.8.0.bb index 9025e4159a..d0accfaae4 100644 --- a/meta-oe/recipes-extended/mozjs/mozjs-91_91.8.0.bb +++ b/meta-oe/recipes-extended/mozjs/mozjs-91_91.8.0.bb | |||
@@ -51,6 +51,7 @@ do_configure() { | |||
51 | --prefix=${prefix} \ | 51 | --prefix=${prefix} \ |
52 | --libdir=${libdir} \ | 52 | --libdir=${libdir} \ |
53 | --disable-jemalloc \ | 53 | --disable-jemalloc \ |
54 | --disable-strip \ | ||
54 | ${JIT} | 55 | ${JIT} |
55 | 56 | ||
56 | } | 57 | } |