]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
libcheck: disable subunit support
authorRoss Burton <ross.burton@arm.com>
Tue, 17 Jun 2025 14:16:48 +0000 (15:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Jun 2025 13:03:45 +0000 (14:03 +0100)
commit155f0f65fa0f08a4586d3c9a02976f43a10b08aa
treea374fcbe347890bd89c7d9ff6ca873dc3738a1b2
parent98091331829bd88b57fef5b811a4117b8db16032
libcheck: disable subunit support

We don't have a recipe for subunit in core (or any layer in the layer
index), and unfortunately a bug in the CMakeLists means that the native
build can detect subunit on the host (so host contamination) and only
half-enable it, so the build fails.

Take a patch from upstream's github to add an option for subunit, and
explicitly disable it.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libcheck/libcheck/subunit.patch [new file with mode: 0644]
meta/recipes-support/libcheck/libcheck_0.15.2.bb