mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
parent
e368f7e2c7
commit
4ce663a205
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user