[oe-commits] [meta-openembedded] 03/26: network-manager-applet: Remove obsolete do_configure_append

git at git.openembedded.org git at git.openembedded.org
Thu Aug 8 21:55:07 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 4ce663a20522b8c9417e383834f39ac0da30228e
Author: Adrian Bunk <bunk at stusta.de>
AuthorDate: Wed Aug 7 01:05:04 2019 +0300

    network-manager-applet: Remove obsolete do_configure_append
    
    Upstream no longer enables -Werror by default.
    
    Signed-off-by: Adrian Bunk <bunk at stusta.de>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../network-manager-applet/network-manager-applet_1.8.22.bb        | 7 -------
 1 file changed, 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 1f3f611..e7033ae 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 = " \
     --without-selinux \
 "
 
-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[^[:space:]]*%%g $i
-    done
-}
-
 # gobject-introspection related
 GI_DATA_ENABLED_libc-musl = "False"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list