diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-12-22 22:37:33 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-12-23 13:29:20 -0800 |
| commit | e1db44b73fe5b32f14940678db46668bdc609d55 (patch) | |
| tree | 2e3e12fc80f637f36ead323a45fb52c45b3572cb /meta-oe/recipes-extended/mozjs/mozjs_52.9.1.bb | |
| parent | de49264462a323f7ce60741cf77b89d5a66cca03 (diff) | |
| download | meta-openembedded-e1db44b73fe5b32f14940678db46668bdc609d55.tar.gz | |
mozjs: Remove -Werror=format from CXXFLAGS
This is to make way for gcc9 since it spews some extra warnings
which need to be eventually fixed
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/mozjs/mozjs_52.9.1.bb')
| -rw-r--r-- | meta-oe/recipes-extended/mozjs/mozjs_52.9.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/mozjs/mozjs_52.9.1.bb b/meta-oe/recipes-extended/mozjs/mozjs_52.9.1.bb index 440a25b74e..a28ecc57d6 100644 --- a/meta-oe/recipes-extended/mozjs/mozjs_52.9.1.bb +++ b/meta-oe/recipes-extended/mozjs/mozjs_52.9.1.bb | |||
| @@ -14,6 +14,7 @@ SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/main/m/mozjs52/mozjs52_52.9.1.o | |||
| 14 | file://disable-mozglue-in-stand-alone-builds.patch \ | 14 | file://disable-mozglue-in-stand-alone-builds.patch \ |
| 15 | file://add-riscv-support.patch \ | 15 | file://add-riscv-support.patch \ |
| 16 | file://0001-mozjs-fix-coredump-caused-by-getenv.patch \ | 16 | file://0001-mozjs-fix-coredump-caused-by-getenv.patch \ |
| 17 | file://format-overflow.patch \ | ||
| 17 | " | 18 | " |
| 18 | SRC_URI_append_libc-musl = " \ | 19 | SRC_URI_append_libc-musl = " \ |
| 19 | file://0006-support-musl.patch \ | 20 | file://0006-support-musl.patch \ |
