From 2dcff5266a6c1ed39e49b24b8d2984a165ad9c35 Mon Sep 17 00:00:00 2001 From: Jens Rehsack Date: Fri, 16 Oct 2015 19:29:38 +0200 Subject: openjdk-6: remove Since OpenJDK-6 is not maintained anymore, it's more reasonable to move to OpenJDK-8 instead of sticking at unmaintained, upstream not supported VM version. Signed-off-by: Jens Rehsack Signed-off-by: Otavio Salvador --- .../openjdk/openjdk-6/icedtea-fix-jar-command.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 recipes-core/openjdk/openjdk-6/icedtea-fix-jar-command.patch (limited to 'recipes-core/openjdk/openjdk-6/icedtea-fix-jar-command.patch') diff --git a/recipes-core/openjdk/openjdk-6/icedtea-fix-jar-command.patch b/recipes-core/openjdk/openjdk-6/icedtea-fix-jar-command.patch deleted file mode 100644 index 59d806d..0000000 --- a/recipes-core/openjdk/openjdk-6/icedtea-fix-jar-command.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: icedtea6-1.8/Makefile.am -=================================================================== ---- icedtea6-1.8.orig/Makefile.am 2010-06-17 10:29:13.654666801 +0200 -+++ icedtea6-1.8/Makefile.am 2010-06-17 10:30:50.334670771 +0200 -@@ -1750,7 +1745,7 @@ - stamps/rewrite-rhino.stamp: stamps/rewriter.stamp $(RHINO_JAR) - if WITH_RHINO - mkdir -p rhino/rhino.{old,new} -- (cd rhino/rhino.old ; jar xf $(RHINO_JAR)) -+ (cd rhino/rhino.old ; $(ICEDTEA_BOOT_DIR)/bin/jar xf $(RHINO_JAR)) - $(ICEDTEA_BOOT_DIR)/bin/java -cp $(abs_top_builddir)/rewriter \ - com.redhat.rewriter.ClassRewriter \ - $(abs_top_builddir)/rhino/rhino.old $(abs_top_builddir)/rhino/rhino.new \ -- cgit v1.2.3-54-g00ecf