package/libgpg-error: disable tests

Tests are not usefull on an embedded device.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yann E. MORIN 2016-07-15 14:43:26 +02:00 committed by Thomas Petazzoni
parent 114f48b163
commit 5213fb332e

View File

@ -18,4 +18,6 @@ define LIBGPG_ERROR_FIX_CROSS_COMPILATION
endef
LIBGPG_ERROR_PRE_CONFIGURE_HOOKS += LIBGPG_ERROR_FIX_CROSS_COMPILATION
LIBGPG_ERROR_CONF_OPTS = --disable-tests
$(eval $(autotools-package))