diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2014-02-25 17:55:57 +0100 |
---|---|---|
committer | Henning Heinold <henning@itconsulting-heinold.de> | 2014-02-25 22:23:11 +0100 |
commit | cd63c72ac0f99013de03e9eb9f59f930364ee869 (patch) | |
tree | 5c0725b7da1560916524906c0e2c8b8146d7df0a /recipes-core/openjdk/openjdk-7-release-25b30.inc | |
parent | 83096c2ebba8e17cde48058931caa1211fa8c080 (diff) | |
download | meta-java-cd63c72ac0f99013de03e9eb9f59f930364ee869.tar.gz |
openjdk-7-release-25b30.inc: add patch to fix hotstop build
When using --enable-zero=no the build will fail without this patch.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-core/openjdk/openjdk-7-release-25b30.inc')
-rw-r--r-- | recipes-core/openjdk/openjdk-7-release-25b30.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-7-release-25b30.inc b/recipes-core/openjdk/openjdk-7-release-25b30.inc index f5239d3..ccb6381 100644 --- a/recipes-core/openjdk/openjdk-7-release-25b30.inc +++ b/recipes-core/openjdk/openjdk-7-release-25b30.inc | |||
@@ -79,6 +79,7 @@ ICEDTEAPATCHES = "\ | |||
79 | file://icedtea-corba-parallel-make.patch;apply=no \ | 79 | file://icedtea-corba-parallel-make.patch;apply=no \ |
80 | file://icedtea-zero-hotspotfix.patch;apply=no \ | 80 | file://icedtea-zero-hotspotfix.patch;apply=no \ |
81 | file://icedtea-jdk-nio-use-host-cc.patch;apply=no \ | 81 | file://icedtea-jdk-nio-use-host-cc.patch;apply=no \ |
82 | file://icedtea-unset-NIO_PLATFORM_CLASSES_ROOT_DIR.patch;apply=no \ | ||
82 | " | 83 | " |
83 | ICEDTEAPATCHES_append_powerpc = " \ | 84 | ICEDTEAPATCHES_append_powerpc = " \ |
84 | file://icedtea-jdk-ppc64-jvm-cfg.patch;apply=no \ | 85 | file://icedtea-jdk-ppc64-jvm-cfg.patch;apply=no \ |
@@ -108,6 +109,7 @@ DISTRIBUTION_PATCHES = "\ | |||
108 | patches/icedtea-corba-parallel-make.patch \ | 109 | patches/icedtea-corba-parallel-make.patch \ |
109 | patches/icedtea-zero-hotspotfix.patch \ | 110 | patches/icedtea-zero-hotspotfix.patch \ |
110 | patches/icedtea-jdk-nio-use-host-cc.patch \ | 111 | patches/icedtea-jdk-nio-use-host-cc.patch \ |
112 | patches/icedtea-unset-NIO_PLATFORM_CLASSES_ROOT_DIR.patch \ | ||
111 | " | 113 | " |
112 | 114 | ||
113 | DISTRIBUTION_PATCHES_append_libc-uclibc = "\ | 115 | DISTRIBUTION_PATCHES_append_libc-uclibc = "\ |