diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2015-12-22 16:43:19 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-11 23:26:31 +0000 |
commit | 72e69328b383404c34dbd8725447024c788abe2b (patch) | |
tree | 644fd360b8b256440951f905aa3743fe1a1dab33 /meta/recipes-connectivity/connman | |
parent | 675ff42c6030b33ff49dd2ec5ff9d157f23b48dc (diff) | |
download | poky-72e69328b383404c34dbd8725447024c788abe2b.tar.gz |
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>
Diffstat (limited to 'meta/recipes-connectivity/connman')
-rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index ba2ca24065..76e61b4f12 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -142,11 +142,15 @@ python populate_packages_prepend() { | |||
142 | PACKAGES =+ "${PN}-tools ${PN}-tests ${PN}-client" | 142 | PACKAGES =+ "${PN}-tools ${PN}-tests ${PN}-client" |
143 | 143 | ||
144 | FILES_${PN}-tools = "${bindir}/wispr" | 144 | FILES_${PN}-tools = "${bindir}/wispr" |
145 | RDEPENDS_${PN}-tools ="${PN}" | ||
145 | 146 | ||
146 | FILES_${PN}-tests = "${bindir}/*-test ${libdir}/${BPN}/test/*" | 147 | FILES_${PN}-tests = "${bindir}/*-test ${libdir}/${BPN}/test/*" |
147 | RDEPENDS_${PN}-tests = "python-dbus python-pygobject python-textutils python-subprocess python-fcntl python-netclient" | 148 | RDEPENDS_${PN}-tests = "python-dbus python-pygobject python-textutils python-subprocess python-fcntl python-netclient \ |
149 | ${PN} \ | ||
150 | " | ||
148 | 151 | ||
149 | FILES_${PN}-client = "${bindir}/connmanctl" | 152 | FILES_${PN}-client = "${bindir}/connmanctl" |
153 | RDEPENDS_${PN}-client ="${PN}" | ||
150 | 154 | ||
151 | FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \ | 155 | FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \ |
152 | ${libdir}/connman/plugins \ | 156 | ${libdir}/connman/plugins \ |