From a7461bf7393c516c63c49a4b099d659ee467e93e Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Wed, 31 Dec 2014 16:24:46 +0100 Subject: openjdk: Remove currency data generation expiration date. The currency data generation class makes a 10 years expiration date check. It might be reasonable to make sure the input data is updated periodically, but on an embedded system we don't want to have this type of built in time expirations. This commit removes the date expiration check. Signed-off-by: Alex Gonzalez Signed-off-by: Otavio Salvador --- recipes-core/openjdk/openjdk-7-release-25b30.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-core/openjdk/openjdk-7-release-25b30.inc') diff --git a/recipes-core/openjdk/openjdk-7-release-25b30.inc b/recipes-core/openjdk/openjdk-7-release-25b30.inc index ccb6381..3b7d84e 100644 --- a/recipes-core/openjdk/openjdk-7-release-25b30.inc +++ b/recipes-core/openjdk/openjdk-7-release-25b30.inc @@ -80,6 +80,7 @@ ICEDTEAPATCHES = "\ file://icedtea-zero-hotspotfix.patch;apply=no \ file://icedtea-jdk-nio-use-host-cc.patch;apply=no \ file://icedtea-unset-NIO_PLATFORM_CLASSES_ROOT_DIR.patch;apply=no \ + file://icedtea-openjdk-remove-currency-data-generation-expi.patch;apply=no \ " ICEDTEAPATCHES_append_powerpc = " \ file://icedtea-jdk-ppc64-jvm-cfg.patch;apply=no \ @@ -110,6 +111,7 @@ DISTRIBUTION_PATCHES = "\ patches/icedtea-zero-hotspotfix.patch \ patches/icedtea-jdk-nio-use-host-cc.patch \ patches/icedtea-unset-NIO_PLATFORM_CLASSES_ROOT_DIR.patch \ + patches/icedtea-openjdk-remove-currency-data-generation-expi.patch \ " DISTRIBUTION_PATCHES_append_libc-uclibc = "\ -- cgit v1.2.3-54-g00ecf