From: David-John Willis Date: Tue, 16 Mar 2010 11:32:30 +0000 (+0000) Subject: blueman: Add missing python modules to RDEPENDS. X-Git-Tag: Release-2010-05/1~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddfa032275aebd54e56f6050ecb6da2aae1302b1;p=openembedded.git blueman: Add missing python modules to RDEPENDS. --- diff --git a/recipes/blueman/blueman_1.21.bb b/recipes/blueman/blueman_1.21.bb index 066e156d69..ca845fdae7 100644 --- a/recipes/blueman/blueman_1.21.bb +++ b/recipes/blueman/blueman_1.21.bb @@ -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 = "python-dbus python-pygobject python \ dbus bluez4 python-pygtk obex-data-server \ + python-subprocess \ " -PR = "r1" +PR = "r4" SRC_URI = "http://download.tuxfamily.org/blueman/blueman-${PV}.tar.gz"