]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
gnupg: disable tests to avoid running target binaries at build time
authorChen Qi <Qi.Chen@windriver.com>
Sun, 18 Feb 2024 02:57:08 +0000 (10:57 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 18 Feb 2024 22:02:23 +0000 (22:02 +0000)
commit74d48497470ce209bc6bdf49c2e2cfda67dce6ae
tree4220cc20e94804541305f28f92f8e671307649ea
parent9f7e9c0f4360469b9775372272e0a442c7cc06c8
gnupg: disable tests to avoid running target binaries at build time

By default, the tests are built and run at do_compile and we can see
errors like below in log.do_compile:

  gnupg-2.4.4/tests/cms/inittests: line 99: ../../sm/gpgsm: cannot execute binary file: Exec format error

Note that the do_compile process still succeeds. However, we'd better avoid
executing these target binaries at build time.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/gnupg/gnupg_2.4.4.bb