diff mbox series

[meta-oe,1/3] dbus-cxx: Amend dbus build time dependency

Message ID 20250402103047.3142275-1-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
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 <niko.mauno@vaisala.com>
---
 meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.2.bb | 7 ++-----
 1 file changed, 2 insertions(+), 5 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 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"