summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiko Mauno <niko.mauno@vaisala.com>2025-04-04 10:51:42 +0000
committerKhem Raj <raj.khem@gmail.com>2025-04-24 18:43:17 -0700
commit467f2c16a11b8de14bf39cdb470c56acba8912d9 (patch)
tree06ac9a0dd4d6899ef93d6ecf06057e9ac8df8c94
parentc386c93894fbb2acd9ce6a16aca9c00b64f31e31 (diff)
downloadmeta-openembedded-467f2c16a11b8de14bf39cdb470c56acba8912d9.tar.gz
dbus-cxx: Support using alternative runtime D-Bus
In order to facilitate using e.g. dbus-broker as runtime D-Bus implementation, change the Freedesktop.org specific D-Bus runtime dependency to honor oe-core's new VIRTUAL-RUNTIME_dbus variable. Furthermore mark the runtime dependency as target specific, which avoids unbuildable dependency chain issue when bitbaking native or nativesdk variant of the recipe, when dbus-broker is preferred. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.2.bb2
1 files changed, 1 insertions, 1 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 a10f7f22dd..992a414009 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,7 +10,7 @@ SRCREV = "f2637e726207ecfbdaaf02744e1b36e54f929c9d"
10 10
11DEPENDS = "libsigc++-3" 11DEPENDS = "libsigc++-3"
12 12
13RDEPENDS:${PN} = "dbus" 13RDEPENDS:${PN}:class-target = "${VIRTUAL-RUNTIME_dbus}"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16