blueman: Add missing python modules to RDEPENDS.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 16 Mar 2010 11:32:30 +0000 (11:32 +0000)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Mon, 4 Apr 2011 19:15:35 +0000 (20:15 +0100)
recipes/blueman/blueman_1.21.bb

index c3e3e34..ff973f9 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "GTK+ Bluetooth Manager, designed for common bluetooth tasks."
+DESCRIPTION = "Blueman GTK+ Bluetooth Manager, designed for common bluetooth tasks."
 HOMEPAGE = "http://blueman-project.org/"
 SECTION = "optional"
 
@@ -9,9 +9,10 @@ DEPENDS = "gtk+ glib-2.0 bluez4 intltool python \
 
 RDEPENDS_${PN} = "python-dbus python-pygobject python \
             dbus bluez4 python-pygtk obex-data-server \
+            python-subprocess \
 "
 
-PR = "r2"
+PR = "r4"
 
 SRC_URI = "http://download.tuxfamily.org/blueman/blueman-${PV}.tar.gz"