[OE-core] [PATCH 1/2] connman: add python to RDEPENDS_connman-tests

Robert Yang liezhi.yang at windriver.com
Tue Jul 15 14:29:11 UTC 2014


We don't need this in theory since:
connman-tests -> python-subprocess -> python-core

But the rpmdeps can't figure out the dependencies recursively, and add
python to fix the warning.

[YOCTO #1662]

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 meta/recipes-connectivity/connman/connman.inc |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index f121a81..d393f13 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -154,7 +154,9 @@ PACKAGES =+ "${PN}-tools ${PN}-tests ${PN}-client"
 FILES_${PN}-tools = "${bindir}/wispr"
 
 FILES_${PN}-tests = "${bindir}/*-test ${libdir}/${BPN}/test/*"
-RDEPENDS_${PN}-tests = "python-dbus python-pygobject python-textutils python-subprocess python-fcntl python-netclient"
+RDEPENDS_${PN}-tests = "python-dbus python-pygobject python-textutils \
+    python-subprocess python-fcntl python-netclient python \
+    "
 
 FILES_${PN}-client = "${bindir}/connmanctl"
 
-- 
1.7.9.5




More information about the Openembedded-core mailing list