diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-05-01 22:18:20 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-05-01 22:18:20 +0000 |
commit | ca2039c1472204edae3aa7ea2c70717c80a24301 (patch) | |
tree | 6308497ec5c2f299c564d70cc3a7aa47a6f67667 /recipes/bluez | |
parent | 9edaaef28d294861127374b780c31e302155d26b (diff) |
bluez-gnome: Update to version 1.8.
Diffstat (limited to 'recipes/bluez')
-rw-r--r-- | recipes/bluez/bluez-gnome_1.8.bb (renamed from recipes/bluez/bluez-gnome_0.26.bb) | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes/bluez/bluez-gnome_0.26.bb b/recipes/bluez/bluez-gnome_1.8.bb index 135bb5ca40..4756cf199f 100644 --- a/recipes/bluez/bluez-gnome_0.26.bb +++ b/recipes/bluez/bluez-gnome_1.8.bb @@ -4,11 +4,8 @@ LICENSE = "GPL+LGPL" DEPENDS = "dbus-glib gconf libnotify gtk+" RRECOMMENDS = "gnome-icon-theme" -PR = "r4" - -SRC_URI = "http://bluez.sourceforge.net/download/${P}.tar.gz" +SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/${P}.tar.gz" inherit autotools pkgconfig gconf mime FILES_${PN} += "${datadir}/gconf ${datadir}/icons ${datadir}/mime/packages" - |