diff options
Diffstat (limited to 'recipes/bluez/bluez-gnome_git.bb')
-rw-r--r-- | recipes/bluez/bluez-gnome_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/bluez/bluez-gnome_git.bb b/recipes/bluez/bluez-gnome_git.bb new file mode 100644 index 0000000000..e8bfd97419 --- /dev/null +++ b/recipes/bluez/bluez-gnome_git.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Bluetooth configuration applet" +LICENSE = "GPL+LGPL" + +DEFAULT_PREFERENCE = "-2" + +DEPENDS = "dbus-glib gconf libnotify gtk+" + +SRC_URI = "git://people.freedesktop.org/~hadess/bluez-gnome;protocol=git \ + file://pkgconfig-add-gthread.patch;patch=1 " + +PV = "0.10+git${SRCDATE}" +S = "${WORKDIR}/git" + +inherit autotools pkgconfig gconf + +FILES_${PN} += "${datadir}/gconf" + |