mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-05 05:04:44 +02:00
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. (From OE-Core rev: 74d48497470ce209bc6bdf49c2e2cfda67dce6ae) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
3f9e81af21
commit
33216d08f7
|
@ -32,6 +32,7 @@ EXTRA_OECONF = "--disable-ldap \
|
|||
--with-readline=${STAGING_LIBDIR}/.. \
|
||||
--with-mailprog=${sbindir}/sendmail \
|
||||
--enable-gpg-is-gpg2 \
|
||||
--disable-tests \
|
||||
"
|
||||
# yat2m can be found from recipe-sysroot-native non-deterministically with different versioning otherwise
|
||||
CACHED_CONFIGUREVARS += "ac_cv_path_YAT2M=./yat2m"
|
||||
|
|
Loading…
Reference in New Issue
Block a user