From c386c93894fbb2acd9ce6a16aca9c00b64f31e31 Mon Sep 17 00:00:00 2001 From: Niko Mauno Date: Fri, 4 Apr 2025 10:51:41 +0000 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.2.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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"