From 194322b550b42b0c4e607882284ed7d14f061432 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 28 Jun 2017 21:52:53 -0700 Subject: network-manager-applet: Remove all occurances of -Werror in makefiles There are options like -Werror=foo which get trimmed to =foo and results in compiler fails Fixes | aarch64-bec-linux-gcc: error: =format-security: No such file or directory Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- .../network-manager-applet/network-manager-applet_1.4.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.4.4.bb b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.4.4.bb index 5ad1070120..8cec305efe 100644 --- a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.4.4.bb +++ b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.4.4.bb @@ -20,7 +20,7 @@ PACKAGECONFIG ??= "" do_configure_append() { # Sigh... --enable-compile-warnings=no doesn't actually turn off -Werror for i in $(find ${B} -name "Makefile") ; do - sed -i -e s:-Werror::g $i + sed -i -e s%-Werror[^[:space:]]*%%g $i done } -- cgit 1.2.3-korg