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

GIT User account git at amethyst.openembedded.net
Wed Apr 15 10:21:13 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 878f0abaac0049e6d48733842efe8e790f97d3d1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=878f0abaac0049e6d48733842efe8e790f97d3d1

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Apr 15 12:15:50 2009 +0200

gnome-bluetooth: add 2.27.4

---

 conf/checksums.ini                      |    4 ++++
 recipes/gnome/gnome-bluetooth_2.27.4.bb |   15 +++++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 5343d6c..fddf8b8 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -7882,6 +7882,10 @@ sha256=9605f7aee1b8d58cac10dd514c2bdfa340089d85b149db828816d18ac3ebaff8
 md5=4a7c977086af47fe43ea08b29ab93503
 sha256=939c8a8f819b8c39e4e355a764b2a47c6959d57029c5134a51a282d7cccd60c5
 
+[http://ftp.gnome.org/pub/GNOME/sources/gnome-bluetooth/2.27/gnome-bluetooth-2.27.4.tar.bz2]
+md5=e34180aa90d5d718b819572b21b76d08
+sha256=250fede462d5ec0576c0ab9c7f965fb56dc5de6e1180405da8cf0e867a2eca3a
+
 [http://ftp.gnome.org/pub/GNOME/sources/gnome-common/2.18/gnome-common-2.18.0.tar.bz2]
 md5=567172e685fc0783b1d6ab9843a85d6a
 sha256=ba28c1017e7e4212db16ada3f44cb446b6637c9c4fe16c0e2c2a51c94c46bc5b
diff --git a/recipes/gnome/gnome-bluetooth_2.27.4.bb b/recipes/gnome/gnome-bluetooth_2.27.4.bb
new file mode 100644
index 0000000..70377a6
--- /dev/null
+++ b/recipes/gnome/gnome-bluetooth_2.27.4.bb
@@ -0,0 +1,15 @@
+LICENSE = "GPL"
+SECTION = "x11/gnome"
+
+inherit autotools gnome pkgconfig
+
+DEPENDS = "obexd obex-data-server gconf-dbus gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring"
+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
+}
+





More information about the Openembedded-commits mailing list