From 00fa8f5e330679d00275010c7fda976caae44a00 Mon Sep 17 00:00:00 2001 From: Richard Leitner Date: Wed, 29 Apr 2020 11:59:08 +0200 Subject: openjdk-8: remove -Werror Add patches to remove Werror from the build process. Therefore we also drop the "-Wno-*" exceptions. Signed-off-by: Richard Leitner --- recipes-core/openjdk/openjdk-8-cross.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'recipes-core/openjdk/openjdk-8-cross.inc') diff --git a/recipes-core/openjdk/openjdk-8-cross.inc b/recipes-core/openjdk/openjdk-8-cross.inc index 6c0f949..9f68d08 100644 --- a/recipes-core/openjdk/openjdk-8-cross.inc +++ b/recipes-core/openjdk/openjdk-8-cross.inc @@ -53,9 +53,6 @@ SRC_URI_append = "\ file://0012-autoconf-NativeCompilation-remove-sysroot.patch \ " -BUILD_CFLAGS_append = " -Wno-stringop-overflow -Wno-error" -TARGET_CFLAGS_append = " -Wno-stringop-overflow -Wno-error" - EXTRA_OECONF_append = "\ --with-jobs=${@openjdk_build_helper_get_parallel_make(d)} \ \ -- cgit v1.2.3-54-g00ecf