summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@siemens.com>2018-10-30 14:35:10 +0100
committerArmin Kuster <akuster808@gmail.com>2018-11-15 13:18:49 -0800
commitc643fa87cc90a4f541fa28af3709cd2d536f2281 (patch)
tree75ef6cd976dffee945d06a33dc53db6e81022565 /meta-networking
parent46435c7e4b547292fefc5ff4bb5f111ead554039 (diff)
downloadmeta-openembedded-c643fa87cc90a4f541fa28af3709cd2d536f2281.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> Signed-off-by: Armin Kuster <akuster808@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 9a7844ad0..004cf960a 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 = " \
24 -DCIVETWEB_ENABLE_LUA=OFF \ 24 -DCIVETWEB_ENABLE_LUA=OFF \
25 -DCIVETWEB_ENABLE_ASAN=OFF \ 25 -DCIVETWEB_ENABLE_ASAN=OFF \
26" 26"
27EXTRA_OECMAKE_class-native = " \
28 -DBUILD_SHARED_LIBS=ON \
29 -DCIVETWEB_ENABLE_DUKTAPE=OFF \
30 -DCIVETWEB_ENABLE_LUA=OFF \
31 -DCIVETWEB_ENABLE_ASAN=OFF \
32"
33 27
34# Building with ninja fails on missing third_party/lib/libcheck.a (which 28# Building with ninja fails on missing third_party/lib/libcheck.a (which
35# should come from external CMake project) 29# should come from external CMake project)