From 2ff76a705a16b356916e91102adbf3f632019654 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Fri, 8 Sep 2017 10:26:22 +0200 Subject: thrift: build lib for native and nativesdk The libraries can also be build for native and nativesdk. This is useful for running tests on the build machine. Signed-off-by: Pascal Bach Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meta-oe/recipes-connectivity') diff --git a/meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb b/meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb index 9baeed1692..aa93283712 100644 --- a/meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb +++ b/meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb @@ -41,11 +41,6 @@ EXTRA_OECMAKE = " \ -DWITH_QT5=OFF \ " -EXTRA_OECMAKE_append_class-native = "\ - -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF -DWITH_CPP=OFF" -EXTRA_OECMAKE_append_class-nativesdk = "\ - -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF -DWITH_PYTHON=OFF" - PACKAGECONFIG ??= "libevent glib python" PACKAGECONFIG[libevent] = "-DWITH_LIBEVENT=ON,-DWITH_LIBEVENT=OFF,libevent," PACKAGECONFIG[python] = "-DWITH_PYTHON=ON,-DWITH_PYTHON=OFF,python," -- cgit 1.2.3-korg