From 9dfbafdca5e2099ca9dafd0446b67a23ec8b3c93 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Tue, 30 Oct 2018 14:35:11 +0100 Subject: civetweb: disable tests Tests try to download third party code and bypass the bitbake fetcher to do that. This will not work in environments with no internet access. Signed-off-by: Pascal Bach Signed-off-by: Khem Raj Signed-off-by: Armin Kuster --- meta-networking/recipes-connectivity/civetweb/civetweb_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb b/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb index 004cf960af..d681f7f30c 100644 --- a/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb +++ b/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb @@ -23,6 +23,7 @@ EXTRA_OECMAKE = " \ -DCIVETWEB_ENABLE_DUKTAPE=OFF \ -DCIVETWEB_ENABLE_LUA=OFF \ -DCIVETWEB_ENABLE_ASAN=OFF \ + -DCIVETWEB_BUILD_TESTING=OFF \ " # Building with ninja fails on missing third_party/lib/libcheck.a (which -- cgit v1.2.3-54-g00ecf