From 714943e26c6cb521abd6fb1d096e908fad55904e Mon Sep 17 00:00:00 2001 From: Niko Mauno Date: Fri, 4 Apr 2025 10:51:40 +0000 Subject: [PATCH] dbus-cxx: Amend dbus build time dependency The build time dependency seems to be particular to the 'tools' PACKAGECONFIG option, so update the recipe in this respect to reflect the state of affairs more accurately. Signed-off-by: Niko Mauno Signed-off-by: Khem Raj --- meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.2.bb | 7 ++----- 1 file changed, 2 insertions(+), 5 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 05bce6b903..3282e4dcf2 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 @@ -8,10 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=24594f493407a4cd401ce9794e0b9308" SRC_URI = "git://github.com/dbus-cxx/dbus-cxx.git;branch=master;protocol=https" SRCREV = "f2637e726207ecfbdaaf02744e1b36e54f929c9d" -DEPENDS = "\ - dbus \ - libsigc++-3 \ -" +DEPENDS = "libsigc++-3" RDEPENDS:${PN} = "\ dbus \ @@ -29,7 +26,7 @@ PACKAGECONFIG ??= "" PACKAGECONFIG:class-native ?= "tools" PACKAGECONFIG:class-nativesdk ?= "tools" -PACKAGECONFIG[tools] = "-DENABLE_TOOLS=ON,-DENABLE_TOOLS=OFF,popt cppgenerate" +PACKAGECONFIG[tools] = "-DENABLE_TOOLS=ON,-DENABLE_TOOLS=OFF,popt cppgenerate dbus" PACKAGECONFIG[glib] = "-DENABLE_GLIB_SUPPORT=ON,-DENABLE_GLIB_SUPPORT=OFF,glib-2.0" PACKAGECONFIG[uv] = "-DENABLE_UV_SUPPORT=ON,-DENABLE_UV_SUPPORT=OFF,libuv"