mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
recipes-connectivity: Drop dbus from RDEPENDS:${PN}
Since each of these recipes already have 'dbus' in their DEPENDS,
explicit runtime dependency declaration to dbus is not stricly
necessary, because dbus-lib has runtime recommendation for
${VIRTUAL-RUNTIME_dbus} which in turn induces pulling also the
preferred runtime D-Bus package to rootfs.
Suggested-by: Ross Burton <ross.burton@arm.com>
(From OE-Core rev: cf5b48d03f290a6bde94ee7a5c1aaee4d1a7793c)
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
84bf6e7e43
commit
9286f1e4aa
@@ -37,7 +37,6 @@ PACKAGES =+ "${PN}-tests"
|
||||
FILES:${PN} += "${systemd_unitdir}"
|
||||
FILES:${PN}-tests = "${libdir}/${BPN}/test"
|
||||
|
||||
RDEPENDS:${PN} += "dbus"
|
||||
RDEPENDS:${PN}-tests = "\
|
||||
python3-core \
|
||||
python3-dbus \
|
||||
|
||||
Reference in New Issue
Block a user