summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-07-03 18:54:45 -0700
committerKhem Raj <raj.khem@gmail.com>2025-07-03 19:39:13 -0700
commitad7d38b197637bbc3b8eefc44556aa045dd5ba7e (patch)
treed567616189ee740198ecb100aa3b561c16fac22e
parent6e54f45cd38ba94a259d60e53c0c76a7fb058d4d (diff)
downloadmeta-openembedded-ad7d38b197637bbc3b8eefc44556aa045dd5ba7e.tar.gz
imsettings: Disable two warnings with clang
clang is fussy and this package is old. It should perhaps be removed but this keeps it going so let it be. Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-xfce/recipes-extended/imsettings/imsettings_1.8.10.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xfce/recipes-extended/imsettings/imsettings_1.8.10.bb b/meta-xfce/recipes-extended/imsettings/imsettings_1.8.10.bb
index 59de3b3a08..6daf1f57b1 100644
--- a/meta-xfce/recipes-extended/imsettings/imsettings_1.8.10.bb
+++ b/meta-xfce/recipes-extended/imsettings/imsettings_1.8.10.bb
@@ -31,6 +31,7 @@ EXTRA_OECONF = "--with-xinputsh=50-xinput.sh \
31 --disable-static \ 31 --disable-static \
32 " 32 "
33 33
34CFLAGS:append:toolchain-clang = " -Wno-error=unused-function -Wno-error=single-bit-bitfield-constant-conversion"
34PACKAGECONFIG ??= "xfce" 35PACKAGECONFIG ??= "xfce"
35PACKAGECONFIG[xfce] = ",,xfconf" 36PACKAGECONFIG[xfce] = ",,xfconf"
36PACKAGECONFIG[xim] = ",,libgxim" 37PACKAGECONFIG[xim] = ",,libgxim"