[oe-commits] Koen Kooi : network-manager-applet git: move to 0.8.3.999

git version control git at git.openembedded.org
Tue Apr 5 14:43:03 UTC 2011


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: b0b7a3a863e17f7fc0e11c04a69dc5ce21184529
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b0b7a3a863e17f7fc0e11c04a69dc5ce21184529

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Apr  5 11:15:00 2011 +0200

network-manager-applet git: move to 0.8.3.999

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 .../networkmanager/network-manager-applet_git.bb   |   26 ++++++++++++++-----
 1 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/recipes/networkmanager/network-manager-applet_git.bb b/recipes/networkmanager/network-manager-applet_git.bb
index f0bf136..8493f6d 100644
--- a/recipes/networkmanager/network-manager-applet_git.bb
+++ b/recipes/networkmanager/network-manager-applet_git.bb
@@ -2,27 +2,39 @@ DESCRIPTION = "GTK+ applet for NetworkManager"
 LICENSE = "GPL"
 DEPENDS = "libnotify networkmanager dbus-glib libglade gconf gnome-keyring"
 RDEPENDS_${PN} = "networkmanager"
-PR = "r1"
 
 DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_angstrom = "1"
 
-SRCREV = "447befc06fcfcb13322deb66bcdc9067bda0915b"
-PV = "0.7.999+git"
-PR_append = ".gitr${SRCREV}"
+SRCREV = "0.8.3.999"
+PV = "0.8.3.999"
+#PR_append = ".gitr${SRCREV}"
 
 inherit gnome
 
-SRC_URI = "git://git.gnome.org/network-manager-applet;protocol=git;branch=NETWORKMANAGER_APPLET_0_7 \
-file://nm-applet.conf"
+SRC_URI = "git://git.gnome.org/network-manager-applet;protocol=git;branch=NMA_0_8 \
+           file://nm-applet.conf"
 
 S = "${WORKDIR}/git"
 
+do_configure_append() {
+        rm config.log
+        # Sigh... --enable-compile-warnings=no doesn't actually turn off -Werror
+        for i in $(find ${S} -name "Makefile") ; do
+            sed -i -e s:-Werror::g $i
+        done
+}
+
 # Hack around dbus a_console problems
 do_install_append() {
-   install -m 0644 ${WORKDIR}/nm-applet.conf ${D}${sysconfdir}/dbus-1/system.d/
+	install -m 0644 ${WORKDIR}/nm-applet.conf ${D}${sysconfdir}/dbus-1/system.d/
 }
 
 FILES_${PN} += "${datadir}/nm-applet/ \
         ${datadir}/gnome-vpn-properties/ \
         ${datadir}/gnome/autostart/ \
         "
+
+FILES_${PN} += "${libdir}/gnome-bluetooth/plugins/*.so"
+FILES_${PN}-dbg += "${libdir}/gnome-bluetooth/plugins/.debug/"
+





More information about the Openembedded-commits mailing list