diff options
author | Muhammad Shakeel <muhammad_shakeel@mentor.com> | 2013-06-11 12:15:31 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-13 17:37:55 +0100 |
commit | e5422ed7f3e4b1ee8554ffe3a98006477fb52c4d (patch) | |
tree | 8c8104485325e12320fe002f525ed70b0ed00d6f /meta/recipes-connectivity | |
parent | 0a3dff5bc0b98df54f8e0f4f198999e00a5f2ce7 (diff) | |
download | openembedded-core-e5422ed7f3e4b1ee8554ffe3a98006477fb52c4d.tar.gz openembedded-core-e5422ed7f3e4b1ee8554ffe3a98006477fb52c4d.tar.bz2 openembedded-core-e5422ed7f3e4b1ee8554ffe3a98006477fb52c4d.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.
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.inc | 2 |
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" |