aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bluez/bluez-gnome_git.bb
blob: 710987b227d8f36a98b9185f6133fc3ba928941e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Bluetooth configuration applet"
LICENSE = "GPL+LGPL"

DEFAULT_PREFERENCE = "-2"

DEPENDS = "dbus-glib gconf libnotify gtk+"

SRCREV = "c4ccbf7c4d0aa55e234d30e6daee494e496c7c7f"
SRC_URI = "git://git.kernel.org/pub/scm/bluetooth/bluez-gnome.git;protocol=git;branch=master "
#           file://pkgconfig-add-gthread.patch "

PV = "0.10+gitr${SRCREV}"
S = "${WORKDIR}/git"

inherit autotools pkgconfig gconf

FILES_${PN} += "${datadir}/gconf"