diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-06-02 12:25:46 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-03 13:13:26 +0100 |
commit | 5a3a4a7fbb1b2140a739f0282ff5740750b7185e (patch) | |
tree | 2d2462706e61e6ec669d8c1bd8b56bb980ee7752 /meta/recipes-connectivity/connman | |
parent | eb45d8353a1d27e265c306c1ce5ddcd9dac81a12 (diff) | |
download | poky-5a3a4a7fbb1b2140a739f0282ff5740750b7185e.tar.gz |
connman: do not install Python test scripts
They are not compatible with python 3, and require python-dbus
and python-gobject (which are provided only for Python 3).
(From OE-Core rev: 1e248522d1141e0e48562add75373c9930c2c0be)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman')
-rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index c3752514cc..f09a2de021 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -26,7 +26,6 @@ EXTRA_OECONF += "\ | |||
26 | --enable-loopback \ | 26 | --enable-loopback \ |
27 | --enable-ethernet \ | 27 | --enable-ethernet \ |
28 | --enable-tools \ | 28 | --enable-tools \ |
29 | --enable-test \ | ||
30 | --disable-polkit \ | 29 | --disable-polkit \ |
31 | --enable-client \ | 30 | --enable-client \ |
32 | " | 31 | " |
@@ -140,10 +139,7 @@ PACKAGES =+ "${PN}-tools ${PN}-tests ${PN}-client" | |||
140 | FILES_${PN}-tools = "${bindir}/wispr" | 139 | FILES_${PN}-tools = "${bindir}/wispr" |
141 | RDEPENDS_${PN}-tools ="${PN}" | 140 | RDEPENDS_${PN}-tools ="${PN}" |
142 | 141 | ||
143 | FILES_${PN}-tests = "${bindir}/*-test ${libdir}/${BPN}/test/*" | 142 | FILES_${PN}-tests = "${bindir}/*-test" |
144 | RDEPENDS_${PN}-tests = "python-dbus python-pygobject python-textutils python-subprocess python-fcntl python-netclient \ | ||
145 | ${PN} \ | ||
146 | " | ||
147 | 143 | ||
148 | FILES_${PN}-client = "${bindir}/connmanctl" | 144 | FILES_${PN}-client = "${bindir}/connmanctl" |
149 | RDEPENDS_${PN}-client ="${PN}" | 145 | RDEPENDS_${PN}-client ="${PN}" |