From 216481ba09c187d0b0fc8f864944af6ae026ff73 Mon Sep 17 00:00:00 2001 From: Erkka Kääriä Date: Tue, 23 Aug 2016 11:14:56 +0300 Subject: openjdk-8: Fix QA error caused by a missing hash MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit EXTRA_LDFLAGS were not used when building certain shared objects. This means that the Yocto specific linker flags were lost, which caused build failures due to a bad hash style QA error. Signed-off-by: Erkka Kääriä Signed-off-by: Maxin B. John --- recipes-core/openjdk/openjre-8_102b14.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-core/openjdk/openjre-8_102b14.bb') diff --git a/recipes-core/openjdk/openjre-8_102b14.bb b/recipes-core/openjdk/openjre-8_102b14.bb index 736269d..88160e1 100644 --- a/recipes-core/openjdk/openjre-8_102b14.bb +++ b/recipes-core/openjdk/openjre-8_102b14.bb @@ -12,6 +12,7 @@ PATCHES_URI_append = "\ file://openjdk8-fix-adlc-flags.patch;apply=no \ file://openjdk8-silence-d_fortify_source-warning.patch;apply=no \ file://openjdk8-fix-zero-mode-crash.patch;apply=no \ + file://openjdk8-add-missing-linker-flags.patch;apply=no \ " do_install() { -- cgit v1.2.3-54-g00ecf