diff mbox series

[meta-oe,2/3] dbus-cxx: Drop libsigc++-3 from RDEPENDS

Message ID 20250402103047.3142275-2-niko.mauno@vaisala.com
State New
Headers show
Series [meta-oe,1/3] dbus-cxx: Amend dbus build time dependency | expand

Commit Message

Niko Mauno April 2, 2025, 10:30 a.m. UTC
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>
---
 meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.2.bb | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.2.bb b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.2.bb
index 3282e4dcf2..a10f7f22dd 100644
--- a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.2.bb
+++ b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.2.bb
@@ -10,10 +10,7 @@  SRCREV = "f2637e726207ecfbdaaf02744e1b36e54f929c9d"
 
 DEPENDS = "libsigc++-3"
 
-RDEPENDS:${PN} = "\
-	dbus \
-	libsigc++-3 \
-"
+RDEPENDS:${PN} = "dbus"
 
 S = "${WORKDIR}/git"