[oe-commits] [meta-openembedded] 01/05: network-manager-applet: Remove obsolete do_configure_append

git at git.openembedded.org git at git.openembedded.org
Wed Aug 7 04:04:51 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 c4ac0ca7e8e9d0d71caec65112edd8f8951383a0
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