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/bluez-gnome_1.8.bb | |
parent | 9edaaef28d294861127374b780c31e302155d26b (diff) |
bluez-gnome: Update to version 1.8.
Diffstat (limited to 'recipes/bluez/bluez-gnome_1.8.bb')
-rw-r--r-- | recipes/bluez/bluez-gnome_1.8.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/bluez/bluez-gnome_1.8.bb b/recipes/bluez/bluez-gnome_1.8.bb new file mode 100644 index 0000000000..4756cf199f --- /dev/null +++ b/recipes/bluez/bluez-gnome_1.8.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Bluetooth configuration applet" +LICENSE = "GPL+LGPL" + +DEPENDS = "dbus-glib gconf libnotify gtk+" +RRECOMMENDS = "gnome-icon-theme" + +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" |