diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-22 11:41:03 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-22 11:41:03 +0200 |
commit | 122df42e8869020adc2c3371c10ddd7bdb8db246 (patch) | |
tree | b5a100fc7e72c5f8139130ad19c1137be7f43208 /recipes/gnome/gnome-bluetooth_git.bb | |
parent | 57b4d3a2eee773286c4f12a581fbf4a58f396877 (diff) |
gnome-bluetooth git: bump SRCREV
Diffstat (limited to 'recipes/gnome/gnome-bluetooth_git.bb')
-rw-r--r-- | recipes/gnome/gnome-bluetooth_git.bb | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/recipes/gnome/gnome-bluetooth_git.bb b/recipes/gnome/gnome-bluetooth_git.bb index 23c4ca92ac..29c98139ea 100644 --- a/recipes/gnome/gnome-bluetooth_git.bb +++ b/recipes/gnome/gnome-bluetooth_git.bb @@ -11,12 +11,12 @@ SRC_URI = "git://git.gnome.org/gnome-bluetooth;protocol=git \ S = "${WORKDIR}/git" -SRCREV = "93fd8de2cc717b96ad719ab2fb5ed38b8a0fc707" -PV = "2.27.5" -PR = "r2" +SRCREV = "59efa1c06153cd5bdaff64f7efca791c11c77f2f" +PV = "2.27.8" +PR = "r0" PR_append = "+gitr${SRCREV}" -DEPENDS = "obexd gconf-dbus gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring" +DEPENDS = "geoclue obexd gconf-dbus gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring" RRECOMMENDS_${PN} += "obexd" RCONFLICTS_${PN} = "bluez-gnome" @@ -26,3 +26,6 @@ do_configure_prepend() { echo "EXTRA_DIST = version.xml" > gnome-doc-utils.make } +# Todo: automagic plugin splitting + +FILES_${PN}-dbg += "${libdir}/gnome-bluetooth/plugins/.debug" |