[oe] [meta-networking][PATCH 1/2] civetweb: remove redundant EXTRA_OECMAKE_class-native

Pascal Bach pascal.bach at siemens.com
Tue Oct 30 13:35:10 UTC 2018


They are the same as the default version.

Signed-off-by: Pascal Bach <pascal.bach at siemens.com>
---
 meta-networking/recipes-connectivity/civetweb/civetweb_git.bb | 6 ------
 1 file changed, 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 = " \
     -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)
-- 
2.11.0




More information about the Openembedded-devel mailing list