summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-8_102b14.bb
diff options
context:
space:
mode:
authorErkka Kääriä <erkka.kaaria@intel.com>2016-08-23 11:14:56 +0300
committerMaxin B. John <maxin.john@intel.com>2016-08-24 13:49:22 +0300
commit216481ba09c187d0b0fc8f864944af6ae026ff73 (patch)
tree74480f02ead17b2b30486f4f6b8f6d6cfcc64e0c /recipes-core/openjdk/openjdk-8_102b14.bb
parent0f127a49696696ac48c394f84232e7f56b29fbe7 (diff)
downloadmeta-java-216481ba09c187d0b0fc8f864944af6ae026ff73.tar.gz
openjdk-8: Fix QA error caused by a missing hash
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ä <erkka.kaaria@intel.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
Diffstat (limited to 'recipes-core/openjdk/openjdk-8_102b14.bb')
-rw-r--r--recipes-core/openjdk/openjdk-8_102b14.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-8_102b14.bb b/recipes-core/openjdk/openjdk-8_102b14.bb
index 79c4cda..210c897 100644
--- a/recipes-core/openjdk/openjdk-8_102b14.bb
+++ b/recipes-core/openjdk/openjdk-8_102b14.bb
@@ -12,6 +12,7 @@ PATCHES_URI_append = "\
12 file://openjdk8-fix-adlc-flags.patch;apply=no \ 12 file://openjdk8-fix-adlc-flags.patch;apply=no \
13 file://openjdk8-silence-d_fortify_source-warning.patch;apply=no \ 13 file://openjdk8-silence-d_fortify_source-warning.patch;apply=no \
14 file://openjdk8-fix-zero-mode-crash.patch;apply=no \ 14 file://openjdk8-fix-zero-mode-crash.patch;apply=no \
15 file://openjdk8-add-missing-linker-flags.patch;apply=no \
15" 16"
16 17
17do_install() { 18do_install() {