diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-03-26 21:48:11 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-27 17:05:45 -0700 |
| commit | f15ce0904fad987522a7e9d7ef678c07b971977e (patch) | |
| tree | b1ce4c4492d9d3cef293fc78a3b4f01b01b7e5df | |
| parent | 49761e984a19088ea60a993e9fdff2e7b9676029 (diff) | |
| download | meta-openembedded-f15ce0904fad987522a7e9d7ef678c07b971977e.tar.gz | |
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.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Martin Jansa <martin.jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/jq/jq_1.7.1.bb | 3 |
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 6b12335513..a6a1d6a07a 100644 --- a/meta-oe/recipes-devtools/jq/jq_1.7.1.bb +++ b/meta-oe/recipes-devtools/jq/jq_1.7.1.bb | |||
| @@ -26,6 +26,9 @@ PACKAGECONFIG[oniguruma] = "--with-oniguruma,--without-oniguruma,onig" | |||
| 26 | # enable if you want ptest running under valgrind | 26 | # enable if you want ptest running under valgrind |
| 27 | PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind" | 27 | PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind" |
| 28 | 28 | ||
| 29 | # Gets going with gcc-15 but See if it can be removed with next upgrade | ||
| 30 | CFLAGS += "-std=gnu17" | ||
| 31 | |||
| 29 | do_configure:append() { | 32 | do_configure:append() { |
| 30 | sed -i -e "/^ac_cs_config=/ s:${WORKDIR}::g" ${B}/config.status | 33 | sed -i -e "/^ac_cs_config=/ s:${WORKDIR}::g" ${B}/config.status |
| 31 | } | 34 | } |
