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:
Andreas Müller
2014-10-08 17:27:21 +02:00
committed by Martin Jansa
parent f8cc8701b3
commit 95d7606c67
@@ -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