diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-08-30 14:25:11 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-08-31 10:06:31 -0700 |
| commit | 0ef6f75f4fe239ab280ff616097d416335cc9f09 (patch) | |
| tree | 0cbd57c5e7a3535d919973d0eedd24bb7d468769 | |
| parent | aef65562999b1b7b8627ebb35d4a0ac6b4fa1825 (diff) | |
| download | meta-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.bb | 3 |
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 | ||
| 10 | GNOMEBASEBUILDCLASS = "meson" | 10 | GNOMEBASEBUILDCLASS = "meson" |
| 11 | EXTRA_OEMESON += "-Dtests=false" | 11 | EXTRA_OEMESON += "-Dtests=false -Db_lto=false " |
| 12 | 12 | ||
| 13 | CFLAGS: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 |
| 14 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 15 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
| 15 | GIR_MESON_OPTION = "" | 16 | GIR_MESON_OPTION = "" |
