summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.0.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.0.bb b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.0.bb
index 6c0028322..8dbb3dcde 100644
--- a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.0.bb
+++ b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.0.bb
@@ -24,7 +24,7 @@ EXTRA_OECONF += " \
24do_configure_append() { 24do_configure_append() {
25 rm config.log 25 rm config.log
26 # Sigh... --enable-compile-warnings=no doesn't actually turn off -Werror 26 # Sigh... --enable-compile-warnings=no doesn't actually turn off -Werror
27 for i in $(find ${S} -name "Makefile") ; do 27 for i in $(find ${B} -name "Makefile") ; do
28 sed -i -e s:-Werror::g $i 28 sed -i -e s:-Werror::g $i
29 done 29 done
30} 30}
@@ -45,4 +45,3 @@ FILES_${PN} += "${libdir}/gnome-bluetooth/plugins/*.so"
45FILES_${PN}-dev += "${libdir}/gnome-bluetooth/plugins/libnma.la" 45FILES_${PN}-dev += "${libdir}/gnome-bluetooth/plugins/libnma.la"
46FILES_${PN}-staticdev += "${libdir}/gnome-bluetooth/plugins/libnma.a" 46FILES_${PN}-staticdev += "${libdir}/gnome-bluetooth/plugins/libnma.a"
47FILES_${PN}-dbg += "${libdir}/gnome-bluetooth/plugins/.debug/" 47FILES_${PN}-dbg += "${libdir}/gnome-bluetooth/plugins/.debug/"
48