mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 06:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
eb45d8353a
commit
5a3a4a7fbb
@@ -26,7 +26,6 @@ EXTRA_OECONF += "\
|
||||
--enable-loopback \
|
||||
--enable-ethernet \
|
||||
--enable-tools \
|
||||
--enable-test \
|
||||
--disable-polkit \
|
||||
--enable-client \
|
||||
"
|
||||
@@ -140,10 +139,7 @@ PACKAGES =+ "${PN}-tools ${PN}-tests ${PN}-client"
|
||||
FILES_${PN}-tools = "${bindir}/wispr"
|
||||
RDEPENDS_${PN}-tools ="${PN}"
|
||||
|
||||
FILES_${PN}-tests = "${bindir}/*-test ${libdir}/${BPN}/test/*"
|
||||
RDEPENDS_${PN}-tests = "python-dbus python-pygobject python-textutils python-subprocess python-fcntl python-netclient \
|
||||
${PN} \
|
||||
"
|
||||
FILES_${PN}-tests = "${bindir}/*-test"
|
||||
|
||||
FILES_${PN}-client = "${bindir}/connmanctl"
|
||||
RDEPENDS_${PN}-client ="${PN}"
|
||||
|
||||
Reference in New Issue
Block a user