diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-13 12:38:57 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-13 14:12:11 +0200 |
commit | 645e6805fcca0ca1cff3a84d10f38f0640b00498 (patch) | |
tree | eeb80ea1a139326758fba4b49469ff9ffcc7b1de | |
parent | 1a9bfdf30e73e8b5a410af5b768c666a43c8e06a (diff) |
gnome-bluetooth: update to 2.27.3
-rw-r--r-- | recipes/gnome/gnome-bluetooth_2.27.3.bb (renamed from recipes/gnome/gnome-bluetooth_2.27.1.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 index b64c0c377f..8fd8318a12 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 } |