summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea/openjdk-7-release-03b147.inc
diff options
context:
space:
mode:
authorHugo Vasconcelos Saldanha <hugo.saldanha@aker.com.br>2015-02-24 13:05:39 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-02-26 21:22:31 -0300
commitbd76e577a9f12b3036b0e7923b223dcd8b8ab7ed (patch)
treea742f0acf3d7a4f1564b3f5422787fad07e6b930 /recipes-core/icedtea/openjdk-7-release-03b147.inc
parent305f1d85a6ce50d0c088e5d78c382565371572eb (diff)
downloadmeta-java-bd76e577a9f12b3036b0e7923b223dcd8b8ab7ed.tar.gz
icedtea7-native: remove currency data generation expiration date
Removes a currency date expiration check whis causes a build failure. Signed-off-by: Hugo Vasconcelos Saldanha <hugo.saldanha@aker.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core/icedtea/openjdk-7-release-03b147.inc')
-rw-r--r--recipes-core/icedtea/openjdk-7-release-03b147.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/icedtea/openjdk-7-release-03b147.inc b/recipes-core/icedtea/openjdk-7-release-03b147.inc
index 1f3533c..47813cd 100644
--- a/recipes-core/icedtea/openjdk-7-release-03b147.inc
+++ b/recipes-core/icedtea/openjdk-7-release-03b147.inc
@@ -80,6 +80,7 @@ OPENJDK_PATCHES = " \
80 file://icedtea-hotspot-make-arch-sane-for-x86.patch;apply=no \ 80 file://icedtea-hotspot-make-arch-sane-for-x86.patch;apply=no \
81 file://icedtea-jdk-sane-x86-arch.patch;apply=no \ 81 file://icedtea-jdk-sane-x86-arch.patch;apply=no \
82 file://icedtea-flags.patch;apply=no \ 82 file://icedtea-flags.patch;apply=no \
83 file://icedtea-openjdk-remove-currency-data-generation-expi.patch;apply=no \
83 " 84 "
84 85
85export DISTRIBUTION_PATCHES = " \ 86export DISTRIBUTION_PATCHES = " \
@@ -89,4 +90,5 @@ export DISTRIBUTION_PATCHES = " \
89 patches/icedtea-hotspot-make-arch-sane-for-x86.patch \ 90 patches/icedtea-hotspot-make-arch-sane-for-x86.patch \
90 patches/icedtea-jdk-sane-x86-arch.patch \ 91 patches/icedtea-jdk-sane-x86-arch.patch \
91 patches/icedtea-flags.patch \ 92 patches/icedtea-flags.patch \
93 patches/icedtea-openjdk-remove-currency-data-generation-expi.patch \
92 " 94 "