]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
libunwind: disable installation of tests dir
authorLiu Yiding <liuyd.fnst@fujitsu.com>
Wed, 21 May 2025 03:40:03 +0000 (11:40 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 May 2025 10:13:15 +0000 (11:13 +0100)
commit9d9c36cd5fc59e88bcd8a08ba70ced996c7d74be
treef44ad7b7328c78006de91937c3ff2a4085117880
parent177aaa7912f317da4a17a57081eb4f5667ef2c02
libunwind: disable installation of tests dir

fix the issue that:
| Error: Transaction test error:
|   file /usr/libexec/libunwind/check-namespace.sh conflicts between attempted installs of libunwind-1.8.1-r0.core2_64 and lib32-libunwind-1.8.1-r0.core2_32
|   file /usr/libexec/libunwind/test-runner conflicts between attempted installs of libunwind-1.8.1-r0.core2_64 and lib32-libunwind-1.8.1-r0.core2_32

By default, test suite from srcdir/tests/* will be installed to /usr/libexec/libunwind, here pass --disable-tests to not install test suite.
Test suite can be added to libunwind-ptest in the future if needed

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libunwind/libunwind_1.8.1.bb