[oe-commits] Koen Kooi : gnome-bluetooth: update to 2.27.3

GIT User account git at amethyst.openembedded.net
Tue Apr 14 07:34:52 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Apr 13 12:38:57 2009 +0200

gnome-bluetooth: update to 2.27.3

---

 ...uetooth_2.27.1.bb => gnome-bluetooth_2.27.3.bb} |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/gnome/gnome-bluetooth_2.27.1.bb b/recipes/gnome/gnome-bluetooth_2.27.3.bb
similarity index 65%
rename from recipes/gnome/gnome-bluetooth_2.27.1.bb
rename to recipes/gnome/gnome-bluetooth_2.27.3.bb
index b64c0c3..8fd8318 100644
--- a/recipes/gnome/gnome-bluetooth_2.27.1.bb
+++ b/recipes/gnome/gnome-bluetooth_2.27.3.bb
@@ -1,15 +1,17 @@
 LICENSE = "GPL"
 SECTION = "x11/gnome"
 
-PR = "r3"
-
 inherit autotools gnome pkgconfig
 
+SRC_URI = "svn://svn.gnome.org/svn/${PN};module=tags/GNOMEBT_V_2_27_3;rev=596;proto=http"
+S = "${WORKDIR}/tags/GNOMEBT_V_2_27_3"
+
 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" > gtk-doc.make
 }
 





More information about the Openembedded-commits mailing list