summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2026-04-29 10:33:34 +0300
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-05-05 06:57:17 +0530
commitae7dfb12245c7f9b9a353499e2688015bd4e6413 (patch)
tree578e31e834cf05905cf5e62cf64d5a6cb6cd458a /meta-oe/recipes-devtools
parenta9b7af632e143718d7776b0b85c360eae742b370 (diff)
downloadmeta-openembedded-scarthgap.tar.gz
jq: Stick to C17 until next releasescarthgap
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>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/jq/jq_1.7.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/jq/jq_1.7.1.bb b/meta-oe/recipes-devtools/jq/jq_1.7.1.bb
index 4ef95bd824..98f06af3b9 100644
--- a/meta-oe/recipes-devtools/jq/jq_1.7.1.bb
+++ b/meta-oe/recipes-devtools/jq/jq_1.7.1.bb
@@ -35,6 +35,9 @@ PACKAGECONFIG[oniguruma] = "--with-oniguruma,--without-oniguruma,onig"
35# enable if you want ptest running under valgrind 35# enable if you want ptest running under valgrind
36PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind" 36PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind"
37 37
38# Gets going with gcc-15 but See if it can be removed with next upgrade
39CFLAGS:append = " -std=gnu17"
40
38do_configure:append() { 41do_configure:append() {
39 sed -i -e "/^ac_cs_config=/ s:${WORKDIR}::g" ${B}/config.status 42 sed -i -e "/^ac_cs_config=/ s:${WORKDIR}::g" ${B}/config.status
40} 43}