mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +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 \
|
--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
|
# gobject-introspection related
|
||||||
GI_DATA_ENABLED_libc-musl = "False"
|
GI_DATA_ENABLED_libc-musl = "False"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user