diff options
| author | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-15 13:38:55 -0700 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-16 12:21:06 -0700 |
| commit | 9954723208043bd37de987a9f9a6f73abe307bc3 (patch) | |
| tree | 5a3db4fd4c52e106d19a374651559d23bb4a0bed | |
| parent | 2571280d86294c8431e858a94a0cd3a0f51e0a98 (diff) | |
| download | meta-openembedded-9954723208043bd37de987a9f9a6f73abe307bc3.tar.gz | |
ruli: disable C23 support to fix build
Avoid potential build failures as the package
is not yet fully ported to support C23 standard.
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
| -rw-r--r-- | meta-networking/recipes-support/ruli/ruli_0.36.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/ruli/ruli_0.36.bb b/meta-networking/recipes-support/ruli/ruli_0.36.bb index 0526f842a8..972184ae2c 100644 --- a/meta-networking/recipes-support/ruli/ruli_0.36.bb +++ b/meta-networking/recipes-support/ruli/ruli_0.36.bb | |||
| @@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "11d32def5b514748fbd9ea8c88049ae99e1bb358efc74eb91a4d268a39 | |||
| 20 | 20 | ||
| 21 | # -shared is passed via CFLAGS, clang complains since its used during linking | 21 | # -shared is passed via CFLAGS, clang complains since its used during linking |
| 22 | # and not compiling | 22 | # and not compiling |
| 23 | CFLAGS:append:toolchain-clang = " -Wno-error=unused-command-line-argument" | 23 | CFLAGS:append:toolchain-clang = " -std=gnu11 -Wno-error=unused-command-line-argument" |
| 24 | 24 | ||
| 25 | EXTRA_OEMAKE = 'CC="${CC}" CPPFLAGS="${CFLAGS}" OOP_BASE_DIR="${STAGING_EXECPREFIXDIR}" \ | 25 | EXTRA_OEMAKE = 'CC="${CC}" CPPFLAGS="${CFLAGS}" OOP_BASE_DIR="${STAGING_EXECPREFIXDIR}" \ |
| 26 | INSTALL_BASE_DIR="${D}${exec_prefix}" \ | 26 | INSTALL_BASE_DIR="${D}${exec_prefix}" \ |
