diff options
author | Ross Burton <ross.burton@arm.com> | 2025-08-04 20:54:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-07 12:11:16 +0100 |
commit | 3f2e437a1163c812d7926beabab09997e3cd3354 (patch) | |
tree | 5d732365eade212703f8539c7d6a5203d030baf1 /scripts/tiny/ksum.py | |
parent | 32a35e07a05f14d40b358a28b9717aa4da538485 (diff) | |
download | poky-3f2e437a1163c812d7926beabab09997e3cd3354.tar.gz |
dbus: glib is only used in the test suite
The glib/gio libraries are only used in a few of the tests:
$ grep use_glib
meson.build:use_glib = glib.found() and gio.found()
test/meson.build:if use_glib
test/meson.build:if message_bus and tools and platform_unix and use_glib
test/meson.build:if use_glib
test/meson.build:if message_bus and tools and platform_unix and use_glib
So there's no need to depend on glib if we're not building the tests.
Explicitly enable/disable the modular tests option to ensure that when
the tests are not being installed we don't still need glib to build them.
(From OE-Core rev: f8908b147d888426811356d7ccd7547f3519fe29)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/tiny/ksum.py')
0 files changed, 0 insertions, 0 deletions