aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@siemens.com>2018-10-30 14:35:10 +0100
committerKhem Raj <raj.khem@gmail.com>2018-11-02 10:05:06 -0700
commita21e2ae87da3980d5e50acbad73abd15367e69d6 (patch)
tree4cfa4d4e8169a8e5342833a9362cee9991d76b68 /meta-networking
parent12c394588cbda922482c14616135030f530e8a2e (diff)
downloadmeta-openembedded-a21e2ae87da3980d5e50acbad73abd15367e69d6.tar.gz
civetweb: remove redundant EXTRA_OECMAKE_class-native
They are the same as the default version. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-connectivity/civetweb/civetweb_git.bb6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb b/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb
index 9a7844ad04..004cf960af 100644
--- a/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb
+++ b/meta-networking/recipes-connectivity/civetweb/civetweb_git.bb
@@ -24,12 +24,6 @@ EXTRA_OECMAKE = " \
-DCIVETWEB_ENABLE_LUA=OFF \
-DCIVETWEB_ENABLE_ASAN=OFF \
"
-EXTRA_OECMAKE_class-native = " \
- -DBUILD_SHARED_LIBS=ON \
- -DCIVETWEB_ENABLE_DUKTAPE=OFF \
- -DCIVETWEB_ENABLE_LUA=OFF \
- -DCIVETWEB_ENABLE_ASAN=OFF \
-"
# Building with ninja fails on missing third_party/lib/libcheck.a (which
# should come from external CMake project)