mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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>
This commit is contained in:
@@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "11d32def5b514748fbd9ea8c88049ae99e1bb358efc74eb91a4d268a39
|
||||
|
||||
# -shared is passed via CFLAGS, clang complains since its used during linking
|
||||
# and not compiling
|
||||
CFLAGS:append:toolchain-clang = " -Wno-error=unused-command-line-argument"
|
||||
CFLAGS:append:toolchain-clang = " -std=gnu11 -Wno-error=unused-command-line-argument"
|
||||
|
||||
EXTRA_OEMAKE = 'CC="${CC}" CPPFLAGS="${CFLAGS}" OOP_BASE_DIR="${STAGING_EXECPREFIXDIR}" \
|
||||
INSTALL_BASE_DIR="${D}${exec_prefix}" \
|
||||
|
||||
Reference in New Issue
Block a user