]> code.ossystems Code Review - openembedded-core.git/commit
dbus-test: merge into main dbus recipe
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 9 Mar 2022 22:22:12 +0000 (23:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Mar 2022 08:38:28 +0000 (08:38 +0000)
commitcfecef4e6925865961858d0fe5ffc7794c71cd3b
tree828ea12f74edf402b9020646c27d704fdc496e90
parentd81704057950e1970ef7f673fa771834fd2b3f1e
dbus-test: merge into main dbus recipe

The reason it was separate is that there is a peculiar circular
dependency: dbus tests require glib, while some of glib's gdbus tests
require dbus. So dbus was built with tests disabled and without glib
dependency, then glib was built with dbus dependency, then dbus was
built again with glib dependency and tests enabled, only for the purpose
of installing those tests. I find that brittle and hacky, so this
removes dbus dependecy from glib (the fallout is that some gdbus tests
are no longer being executed), and dbus and its tests are built once,
after glib. Conversely, dbus is now dependent on glib for the purpose
of building the tests.

Also, dbus ptest installation is no longer using custom code, and dbus
run-ptest simply uses standard installed tests execution mechanism from
gnome.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/maintainers.inc
meta/conf/distro/include/ptest-packagelists.inc
meta/recipes-core/dbus/dbus-test_1.12.22.bb [deleted file]
meta/recipes-core/dbus/dbus.inc
meta/recipes-core/dbus/dbus/run-ptest
meta/recipes-core/dbus/dbus_1.12.22.bb
meta/recipes-core/glib-2.0/glib.inc