diff options
| author | Niko Mauno <niko.mauno@vaisala.com> | 2025-04-04 10:51:44 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-24 18:43:17 -0700 |
| commit | 0870c8a0457230579c61b50dea286934fcae4c0e (patch) | |
| tree | 22caf9d611774c96aa5be323991d4459e961a45f | |
| parent | 0510811c4f731e7fc00747514b9f229204afe5b6 (diff) | |
| download | meta-openembedded-0870c8a0457230579c61b50dea286934fcae4c0e.tar.gz | |
sdbus-c++: 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 declaration to honor oe-core's new VIRTUAL-RUNTIME_dbus
variable.
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/sdbus-c++/sdbus-c++_2.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.0.0.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.0.0.bb index 2b6bb1011a..a3e7c9ab54 100644 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.0.0.bb +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.0.0.bb | |||
| @@ -46,6 +46,6 @@ do_install_ptest() { | |||
| 46 | FILES:${PN}-ptest =+ "${sysconfdir}/dbus-1/system.d/" | 46 | FILES:${PN}-ptest =+ "${sysconfdir}/dbus-1/system.d/" |
| 47 | FILES:${PN}-dev += "${bindir}/sdbus-c++-xml2cpp" | 47 | FILES:${PN}-dev += "${bindir}/sdbus-c++-xml2cpp" |
| 48 | 48 | ||
| 49 | RDEPENDS:${PN}-ptest += "dbus" | 49 | RDEPENDS:${PN}-ptest += "${VIRTUAL-RUNTIME_dbus}" |
| 50 | # It adds -isystem which is spurious, no idea where it gets it from | 50 | # It adds -isystem which is spurious, no idea where it gets it from |
| 51 | CCACHE_DISABLE = "1" | 51 | CCACHE_DISABLE = "1" |
