package/libgpg-error: disable tests
authorYann E. MORIN <yann.morin.1998@free.fr>
Fri, 15 Jul 2016 12:43:26 +0000 (14:43 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 15 Jul 2016 12:51:03 +0000 (14:51 +0200)
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>
package/libgpg-error/libgpg-error.mk

index 4acd32c1de36744979f7c3492f4b5600c34ff7fb..e081b365d9ce7c90a6b7421a80560f118913b898 100644 (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))