network-manager-applet: Remove obsolete do_configure_append

Upstream no longer enables -Werror by default.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Adrian Bunk 2019-08-07 01:05:04 +03:00 committed by Khem Raj
parent e368f7e2c7
commit 4ce663a205

View File

@ -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"