summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.8.22.bb7
1 files changed, 0 insertions, 7 deletions
diff --git a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.8.22.bb b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.8.22.bb
index 1f3f6112b..e7033aec6 100644
--- a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.8.22.bb
+++ b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.8.22.bb
@@ -23,13 +23,6 @@ EXTRA_OECONF = " \
23 --without-selinux \ 23 --without-selinux \
24" 24"
25 25
26do_configure_append() {
27 # Sigh... --enable-compile-warnings=no doesn't actually turn off -Werror
28 for i in $(find ${B} -name "Makefile") ; do
29 sed -i -e s%-Werror[^[:space:]]*%%g $i
30 done
31}
32
33# gobject-introspection related 26# gobject-introspection related
34GI_DATA_ENABLED_libc-musl = "False" 27GI_DATA_ENABLED_libc-musl = "False"
35 28