aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@siemens.com>2018-10-30 14:35:11 +0100
committerArmin Kuster <akuster808@gmail.com>2018-11-15 13:18:49 -0800
commit9dfbafdca5e2099ca9dafd0446b67a23ec8b3c93 (patch)
treed0401b164f97cd5c10295d65403d2bc5be3a596f
parentc643fa87cc90a4f541fa28af3709cd2d536f2281 (diff)
downloadmeta-openembedded-9dfbafdca5e2099ca9dafd0446b67a23ec8b3c93.tar.gz
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 <pascal.bach@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-networking/recipes-connectivity/civetweb/civetweb_git.bb1
1 files changed, 1 insertions, 0 deletions
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