dbus-cxx: Drop libsigc++-3 from RDEPENDS

Since it is already declared in DEPENDS the build system will add the
libsigc++-3 runtime dependency automatically, therefore we can leave
out the redundant declaration.

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Niko Mauno
2025-04-04 10:51:41 +00:00
committed by Khem Raj
parent 714943e26c
commit c386c93894
@@ -10,10 +10,7 @@ SRCREV = "f2637e726207ecfbdaaf02744e1b36e54f929c9d"
DEPENDS = "libsigc++-3"
RDEPENDS:${PN} = "\
dbus \
libsigc++-3 \
"
RDEPENDS:${PN} = "dbus"
S = "${WORKDIR}/git"