diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-09-16 19:40:17 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-09-16 19:40:17 +0000 |
commit | 9298697cbf536b2d1db9b6c720dfab34758adbf6 (patch) | |
tree | 48db30a3aaa02841d22f69d3923e5205cc0ec82f /recipes/bluez/bluez-gnome_1.8.bb | |
parent | 70bd2a139ac0d278ed71a390c59e6e25d4848214 (diff) |
bluez-gnome: Fix crash on pairing configured rfcomm device. Typo fix.
Diffstat (limited to 'recipes/bluez/bluez-gnome_1.8.bb')
-rw-r--r-- | recipes/bluez/bluez-gnome_1.8.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/bluez/bluez-gnome_1.8.bb b/recipes/bluez/bluez-gnome_1.8.bb index 4756cf199f..43568e4939 100644 --- a/recipes/bluez/bluez-gnome_1.8.bb +++ b/recipes/bluez/bluez-gnome_1.8.bb @@ -1,10 +1,13 @@ DESCRIPTION = "Bluetooth configuration applet" LICENSE = "GPL+LGPL" +PR = "r1" DEPENDS = "dbus-glib gconf libnotify gtk+" RRECOMMENDS = "gnome-icon-theme" -SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/${P}.tar.gz" +SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/${P}.tar.gz \ + file://add-device-from-rfcomm-crash.patch;patch=1 \ + file://cs-typo.patch;patch=1" inherit autotools pkgconfig gconf mime |