[oe-commits] Andrei Gherzan : connman.inc: Add missing dependencies needed by some tests

git at git.openembedded.org git at git.openembedded.org
Thu Jul 19 16:20:24 UTC 2012


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

Author: Andrei Gherzan <andrei.gherzan at windriver.com>
Date:   Thu Jul 12 17:47:19 2012 +0000

connman.inc: Add missing dependencies needed by some tests

Some tests need:
* gobject and optparse module (ex: test-session)
* subprocess and fnctl module (ex: backtrace)
* urllib module (ex: get-proxy-autoconfig)

Signed-off-by: Andrei Gherzan <andrei.gherzan at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-connectivity/connman/connman.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index 9966f87..f88bd40 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -20,7 +20,7 @@ DEPENDS  = "dbus glib-2.0 ppp iptables gnutls \
             ${@base_contains('DISTRO_FEATURES', '3g','ofono', '', d)} \
             "
 
-INC_PR = "r12"
+INC_PR = "r14"
 
 TIST = "--enable-tist"
 TIST_powerpc = ""
@@ -116,7 +116,7 @@ PACKAGES =+ "${PN}-tools ${PN}-tests"
 FILES_${PN}-tools = "${bindir}/wispr"
 
 FILES_${PN}-tests = "${bindir}/*-test ${libdir}/${BPN}/test/*"
-RDEPENDS_${PN}-tests = "python-dbus"
+RDEPENDS_${PN}-tests = "python-dbus python-pygobject python-textutils python-subprocess python-fcntl python-netclient"
 
 FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \
             ${libdir}/connman/plugins \





More information about the Openembedded-commits mailing list