diff options
author | Niko Mauno <niko.mauno@vaisala.com> | 2025-04-01 14:04:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-01 22:05:54 +0100 |
commit | a39bb35ddf484fd8160dc2eb1fabb6a92b07ecf0 (patch) | |
tree | 9fb5680a6c37adfcf791abccef7795fd55fdf4d1 /meta/recipes-core | |
parent | 0ecae4c6333de30802cc468d699289ddc65e7aad (diff) | |
download | poky-a39bb35ddf484fd8160dc2eb1fabb6a92b07ecf0.tar.gz |
dbus: Allow using dbus-lib with alternative D-Bus
In order to facilitate oe-core users who wish to use e.g. dbus-broker
as their runtime D-Bus implementation, declare the target specific
dbus-lib runtime recommendation so that it will honor the new
VIRTUAL-RUNTIME_dbus variable.
(From OE-Core rev: 1d26191c71d4b19fe45ced52698d4130e8d8305e)
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/dbus/dbus_1.16.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/dbus/dbus_1.16.2.bb b/meta/recipes-core/dbus/dbus_1.16.2.bb index 9475e55b57..eeeecde946 100644 --- a/meta/recipes-core/dbus/dbus_1.16.2.bb +++ b/meta/recipes-core/dbus/dbus_1.16.2.bb | |||
@@ -105,6 +105,7 @@ FILES:${PN}-tools = "${bindir}/dbus-uuidgen \ | |||
105 | " | 105 | " |
106 | FILES:${PN}-lib = "${libdir}/lib*.so.*" | 106 | FILES:${PN}-lib = "${libdir}/lib*.so.*" |
107 | RRECOMMENDS:${PN}-lib = "${PN}" | 107 | RRECOMMENDS:${PN}-lib = "${PN}" |
108 | RRECOMMENDS:${PN}-lib:class-target = "${VIRTUAL-RUNTIME_dbus}" | ||
108 | FILES:${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-test-tool ${datadir}/xml/dbus-1" | 109 | FILES:${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-test-tool ${datadir}/xml/dbus-1" |
109 | 110 | ||
110 | RDEPENDS:${PN}-ptest += "bash make dbus" | 111 | RDEPENDS:${PN}-ptest += "bash make dbus" |