summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-30 14:25:11 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-31 10:06:31 -0700
commit0ef6f75f4fe239ab280ff616097d416335cc9f09 (patch)
tree0cbd57c5e7a3535d919973d0eedd24bb7d468769
parentaef65562999b1b7b8627ebb35d4a0ac6b4fa1825 (diff)
downloadmeta-openembedded-0ef6f75f4fe239ab280ff616097d416335cc9f09.tar.gz
folks: Disable LTO and implicit-function-declaration as error
This helps in compiling with clang15 Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-connectivity/folks/folks_0.15.5.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/recipes-connectivity/folks/folks_0.15.5.bb b/meta-gnome/recipes-connectivity/folks/folks_0.15.5.bb
index 51620bba8e..ad61ee610c 100644
--- a/meta-gnome/recipes-connectivity/folks/folks_0.15.5.bb
+++ b/meta-gnome/recipes-connectivity/folks/folks_0.15.5.bb
@@ -8,8 +8,9 @@ DEPENDS = " \
8" 8"
9 9
10GNOMEBASEBUILDCLASS = "meson" 10GNOMEBASEBUILDCLASS = "meson"
11EXTRA_OEMESON += "-Dtests=false" 11EXTRA_OEMESON += "-Dtests=false -Db_lto=false "
12 12
13CFLAGS:append:toolchain-clang = " -Wno-error=implicit-function-declaration"
13# gobject-introspection is mandatory and cannot be configured 14# gobject-introspection is mandatory and cannot be configured
14REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" 15REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
15GIR_MESON_OPTION = "" 16GIR_MESON_OPTION = ""