From a21e2ae87da3980d5e50acbad73abd15367e69d6 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Tue, 30 Oct 2018 14:35:10 +0100 Subject: civetweb: remove redundant EXTRA_OECMAKE_class-native They are the same as the default version. Signed-off-by: Pascal Bach Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/civetweb/civetweb_git.bb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'meta-networking/recipes-connectivity') 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) -- cgit 1.2.3-korg