From c7f39c76676ed907372eed50d7dec5a1b24ec2a1 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Fri, 30 Sep 2016 14:48:51 -0400 Subject: [PATCH] thrift: disable java Without this, thrift will try to use system java to build it's java bindings, which is both unexpected and may fail depending on the version of system java. Signed-off-by: Cody P Schafer Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 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 fdea7f1460..905e5618d5 100644 --- a/meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb +++ b/meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb @@ -25,10 +25,10 @@ export STAGING_LIBDIR export BUILD_SYS export HOST_SYS -EXTRA_OECMAKE = "-DWITH_QT4=OFF -DWITH_QT5=OFF" -EXTRA_OECMAKE_class-native = "-DWITH_QT4=OFF -DWITH_QT5=OFF \ +EXTRA_OECMAKE = "-DWITH_QT4=OFF -DWITH_QT5=OFF -DBUILD_JAVA=OFF" +EXTRA_OECMAKE_append_class-native = "\ -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF -DWITH_CPP=OFF" -EXTRA_OECMAKE_class-nativesdk = "-DWITH_QT4=OFF -DWITH_QT5=OFF \ +EXTRA_OECMAKE_append_class-nativesdk = "\ -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF -DWITH_PYTHON=OFF" do_install_append () {