mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
connman.inc: add missing RDEPENDS
All of the connman-tools, connman-tests and connman-client runtime depends connman. (From OE-Core rev: bcb5a6866e9233bcb69a9ee06faed622280a6c22) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
675ff42c60
commit
72e69328b3
@@ -142,11 +142,15 @@ python populate_packages_prepend() {
|
||||
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"
|
||||
RDEPENDS_${PN}-tests = "python-dbus python-pygobject python-textutils python-subprocess python-fcntl python-netclient \
|
||||
${PN} \
|
||||
"
|
||||
|
||||
FILES_${PN}-client = "${bindir}/connmanctl"
|
||||
RDEPENDS_${PN}-client ="${PN}"
|
||||
|
||||
FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \
|
||||
${libdir}/connman/plugins \
|
||||
|
||||
Reference in New Issue
Block a user