summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Shakeel <muhammad_shakeel@mentor.com>2013-06-11 12:15:31 +0500
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-07-04 19:42:22 +0100
commite731f2764090900ef5c856287fa9e1be12e07a56 (patch)
treea3efe466d44eb6f8880b03c7acb7b918e9f38aae
parent472cea702c207a18ab18afe200dff78b328f6cf7 (diff)
downloadopenembedded-core-e731f2764090900ef5c856287fa9e1be12e07a56.tar.gz
openembedded-core-e731f2764090900ef5c856287fa9e1be12e07a56.tar.bz2
openembedded-core-e731f2764090900ef5c856287fa9e1be12e07a56.zip
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. (From OE-Core master rev: e5422ed7f3e4b1ee8554ffe3a98006477fb52c4d) Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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"