mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
-7
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user