[oe-commits] Koen Kooi : gnome-bluetooth: add 2.30.0

git version control git at git.openembedded.org
Thu Apr 8 15:29:04 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: d11fc0c84558166bef607443b56b8de39477dcc8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d11fc0c84558166bef607443b56b8de39477dcc8

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Apr  8 10:53:34 2010 +0200

gnome-bluetooth: add 2.30.0

---

 recipes/gnome/gnome-bluetooth_2.30.0.bb |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/recipes/gnome/gnome-bluetooth_2.30.0.bb b/recipes/gnome/gnome-bluetooth_2.30.0.bb
new file mode 100644
index 0000000..6e01af1
--- /dev/null
+++ b/recipes/gnome/gnome-bluetooth_2.30.0.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "GNOME bluetooth manager"
+LICENSE = "GPL"
+SECTION = "x11/gnome"
+DEPENDS = "obexd obex-data-server gconf gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring"
+
+inherit gnome
+
+SRC_URI[archive.md5sum] = "eb88212922037eb9751f0fcedb9c166e"
+SRC_URI[archive.sha256sum] = "4caafa8c28195c81d8c51414f3a64489f81b9b46cac56979aeaaff8c9ebb78d4"
+
+# No 'nautilus-sendto' recipe in OE et
+EXTRA_OECONF = "--enable-nautilus-sendto=no"
+
+RRECOMMENDS_${PN} += "obexd obex-data-server"
+RCONFLICTS_${PN} = "bluez-gnome"
+
+do_configure_prepend() {
+    sed -i -e s:docs::g ${S}/Makefile.am
+	echo "EXTRA_DIST = version.xml" > gnome-doc-utils.make
+	echo "EXTRA_DIST = version.xml" > gtk-doc.make
+}
+
+FILES_${PN}-dbg += "${libdir}/gnome-bluetooth/plugins/.debug/"
+





More information about the Openembedded-commits mailing list