diff options
author | Pascal Bach <pascal.bach@siemens.com> | 2017-09-08 10:26:22 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-09-13 11:13:21 +0200 |
commit | 2ff76a705a16b356916e91102adbf3f632019654 (patch) | |
tree | d82338b81f126aa1b3a53fd168354e05c84b5fa8 /meta-oe | |
parent | 02009e21146c369506684a94d2ab7710874aab65 (diff) | |
download | meta-openembedded-2ff76a705a16b356916e91102adbf3f632019654.tar.gz |
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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb | 5 |
1 files changed, 0 insertions, 5 deletions
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 9baeed169..aa9328371 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 = " \ | |||
41 | -DWITH_QT5=OFF \ | 41 | -DWITH_QT5=OFF \ |
42 | " | 42 | " |
43 | 43 | ||
44 | EXTRA_OECMAKE_append_class-native = "\ | ||
45 | -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF -DWITH_CPP=OFF" | ||
46 | EXTRA_OECMAKE_append_class-nativesdk = "\ | ||
47 | -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF -DWITH_PYTHON=OFF" | ||
48 | |||
49 | PACKAGECONFIG ??= "libevent glib python" | 44 | PACKAGECONFIG ??= "libevent glib python" |
50 | PACKAGECONFIG[libevent] = "-DWITH_LIBEVENT=ON,-DWITH_LIBEVENT=OFF,libevent," | 45 | PACKAGECONFIG[libevent] = "-DWITH_LIBEVENT=ON,-DWITH_LIBEVENT=OFF,libevent," |
51 | PACKAGECONFIG[python] = "-DWITH_PYTHON=ON,-DWITH_PYTHON=OFF,python," | 46 | PACKAGECONFIG[python] = "-DWITH_PYTHON=ON,-DWITH_PYTHON=OFF,python," |