mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 03:29:59 +00:00
network-manager-applet: do not delete config.log - it contains useful information
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
f8cc8701b3
commit
95d7606c67
-1
@@ -23,7 +23,6 @@ PACKAGECONFIG[bluetooth] = "--with-bluetooth,--without-bluetooth,gnome-bluetooth
|
||||
PACKAGECONFIG ??= ""
|
||||
|
||||
do_configure_append() {
|
||||
rm config.log
|
||||
# Sigh... --enable-compile-warnings=no doesn't actually turn off -Werror
|
||||
for i in $(find ${B} -name "Makefile") ; do
|
||||
sed -i -e s:-Werror::g $i
|
||||
|
||||
Reference in New Issue
Block a user