mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
jq: Stick to C17 until next release
Patches are sprinkled in master branch of jq but the backports regresses tests, so its better to keep it at C17 for now. Backport: changed from += to :append to apply to all target, native and nativesdk builds. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
@@ -35,6 +35,9 @@ PACKAGECONFIG[oniguruma] = "--with-oniguruma,--without-oniguruma,onig"
|
||||
# enable if you want ptest running under valgrind
|
||||
PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind"
|
||||
|
||||
# Gets going with gcc-15 but See if it can be removed with next upgrade
|
||||
CFLAGS:append = " -std=gnu17"
|
||||
|
||||
do_configure:append() {
|
||||
sed -i -e "/^ac_cs_config=/ s:${WORKDIR}::g" ${B}/config.status
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user