aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorMuhammad Shakeel <muhammad_shakeel@mentor.com>2013-06-11 12:15:31 +0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-13 17:37:55 +0100
commite5422ed7f3e4b1ee8554ffe3a98006477fb52c4d (patch)
tree8c8104485325e12320fe002f525ed70b0ed00d6f /meta/recipes-connectivity
parent0a3dff5bc0b98df54f8e0f4f198999e00a5f2ce7 (diff)
downloadopenembedded-core-e5422ed7f3e4b1ee8554ffe3a98006477fb52c4d.tar.gz
ofono: Add run time dependency for ofono test scripts
Some ofono test scripts i.e. enable-modem use python-dbus module and this must be installed along with ofono-tests package. Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/ofono/ofono.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc
index 48513b2b39..21e564c19b 100644
--- a/meta/recipes-connectivity/ofono/ofono.inc
+++ b/meta/recipes-connectivity/ofono/ofono.inc
@@ -23,4 +23,4 @@ RDEPENDS_${PN} += "dbus"
FILES_${PN} += "${base_libdir}/udev ${systemd_unitdir}"
FILES_${PN}-tests = "${libdir}/ofono"
-RDEPENDS_${PN}-tests = "python python-pygobject"
+RDEPENDS_${PN}-tests = "python python-pygobject python-dbus"