mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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 <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
02009e2114
commit
2ff76a705a
@@ -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,"
|
||||
|
||||
Reference in New Issue
Block a user