network-manager-applet: do not delete config.log - it contains useful information
authorAndreas Müller <schnitzeltony@googlemail.com>
Wed, 8 Oct 2014 15:27:21 +0000 (17:27 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:42:50 +0000 (08:42 -0800)
(From meta-openembedded rev: 95d7606c6706a6bae9814879eb5640ae70166c86)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb

index e3c7663..ca05866 100644 (file)
@@ -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