[oe-commits] Muhammad Shakeel : ofono: Add run time dependency for ofono test scripts

git at git.openembedded.org git at git.openembedded.org
Tue Jul 9 09:45:55 UTC 2013


Module: openembedded-core.git
Branch: dylan
Commit: e731f2764090900ef5c856287fa9e1be12e07a56
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e731f2764090900ef5c856287fa9e1be12e07a56

Author: Muhammad Shakeel <muhammad_shakeel at mentor.com>
Date:   Tue Jun 11 12:15:31 2013 +0500

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 at mentor.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 48513b2..21e564c 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"



More information about the Openembedded-commits mailing list