diff options
author | Richard Leitner <richard.leitner@skidata.com> | 2015-10-28 13:07:19 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-10-28 10:17:57 -0200 |
commit | ed95222b71cc58f6039bdf944b0e11ce00fb0bf5 (patch) | |
tree | 332588676d80a2fbc276c9a0691d74f96a5a0ea0 /recipes-core/openjdk/openjdk-7-release-85b01.inc | |
parent | d3b7aaba7df3ef623e1441470abaf29e200d5cfd (diff) | |
download | meta-java-ed95222b71cc58f6039bdf944b0e11ce00fb0bf5.tar.gz |
openjdk-7: update to IcedTea 2.6.2 OpenJDK 7u91b01
IcedTea 2.6.2 provides OpenJDK 7u91, which adds the October 2015 security
updates. For more details see:
http://blog.fuseyism.com/index.php/2015/10/23/security-icedtea-2-6-2-for-openjdk-7-released/
Furthermore the patches directory for OpenJDK-7 was renamed to avoid the version number.
This makes it easier for upgrades and to see diff's between patches.
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core/openjdk/openjdk-7-release-85b01.inc')
-rw-r--r-- | recipes-core/openjdk/openjdk-7-release-85b01.inc | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/recipes-core/openjdk/openjdk-7-release-85b01.inc b/recipes-core/openjdk/openjdk-7-release-85b01.inc deleted file mode 100644 index cbb28c7..0000000 --- a/recipes-core/openjdk/openjdk-7-release-85b01.inc +++ /dev/null | |||
@@ -1,65 +0,0 @@ | |||
1 | require openjdk-7-common.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
4 | |||
5 | FILESPATH =. "${FILE_DIRNAME}/openjdk-7-85b01:" | ||
6 | |||
7 | # Name of the directory containing the compiled output | ||
8 | BUILD_DIR = "openjdk.build" | ||
9 | BUILD_DIR_ECJ = "openjdk.build-ecj" | ||
10 | |||
11 | # Force arm mode for now | ||
12 | ARM_INSTRUCTION_SET_armv4t = "ARM" | ||
13 | |||
14 | ICEDTEA_URI = "http://icedtea.wildebeest.org/download/source/${ICEDTEA}.tar.gz;name=iced" | ||
15 | |||
16 | ICEDTEA_PREFIX = "icedtea7-forest-2.6" | ||
17 | ICEDTEA_HG_URL = "http://icedtea.classpath.org/hg/release/${ICEDTEA_PREFIX}" | ||
18 | |||
19 | OPENJDK_FILE = "${OPENJDK_CHANGESET}.tar.bz2" | ||
20 | OPENJDK_URI = "${ICEDTEA_HG_URL}/archive/${OPENJDK_FILE};name=openjdk;unpack=false" | ||
21 | |||
22 | HOTSPOT_FILE = "${HOTSPOT_CHANGESET}.tar.bz2" | ||
23 | #HOTSPOT_URI = "${ICEDTEA_HG_URL}/hotspot/archive/${HOTSPOT_FILE};name=hotspot;unpack=false" | ||
24 | HOTSPOT_URI = "http://icedtea.classpath.org/hg/icedtea7-forest/hotspot/archive/${HOTSPOT_FILE};name=hotspot;unpack=false" | ||
25 | |||
26 | CORBA_FILE = "${CORBA_CHANGESET}.tar.bz2" | ||
27 | CORBA_URI = "${ICEDTEA_HG_URL}/corba/archive/${CORBA_FILE};name=corba;unpack=false" | ||
28 | |||
29 | JAXP_FILE = "${JAXP_CHANGESET}.tar.bz2" | ||
30 | JAXP_URI = "${ICEDTEA_HG_URL}/jaxp/archive/${JAXP_FILE};name=jaxp;unpack=false" | ||
31 | |||
32 | JAXWS_FILE = "${JAXWS_CHANGESET}.tar.bz2" | ||
33 | JAXWS_URI = "${ICEDTEA_HG_URL}/jaxws/archive/${JAXWS_FILE};name=jaxws;unpack=false" | ||
34 | |||
35 | JDK_FILE = "${JDK_CHANGESET}.tar.bz2" | ||
36 | JDK_URI = "${ICEDTEA_HG_URL}/jdk/archive/${JDK_FILE};name=jdk;unpack=false" | ||
37 | |||
38 | LANGTOOLS_FILE = "${LANGTOOLS_CHANGESET}.tar.bz2" | ||
39 | LANGTOOLS_URI = "${ICEDTEA_HG_URL}/langtools/archive/${LANGTOOLS_FILE};name=langtools;unpack=false" | ||
40 | |||
41 | # Split up patches to allow overriding them separately | ||
42 | OEPATCHES = "\ | ||
43 | file://build-hacks.patch \ | ||
44 | file://fix_hotspot_crosscompile.patch \ | ||
45 | " | ||
46 | |||
47 | ICEDTEAPATCHES = "\ | ||
48 | file://icedtea-zero-hotspotfix.patch;apply=no \ | ||
49 | file://icedtea-jdk-nio-use-host-cc.patch;apply=no \ | ||
50 | file://icedtea-jdk-build-nio-gensor-genuc-gensc-static.patch;apply=no \ | ||
51 | file://icedtea-jdk-rmi-crosscompile.patch;apply=no \ | ||
52 | file://icedtea-crosscompile-fix.patch;apply=no \ | ||
53 | file://icedtea-xawt-crosscompile-fix.patch;apply=no \ | ||
54 | " | ||
55 | |||
56 | DISTRIBUTION_PATCHES = "\ | ||
57 | patches/icedtea-zero-hotspotfix.patch \ | ||
58 | patches/icedtea-jdk-nio-use-host-cc.patch \ | ||
59 | patches/icedtea-jdk-build-nio-gensor-genuc-gensc-static.patch \ | ||
60 | patches/icedtea-jdk-rmi-crosscompile.patch \ | ||
61 | patches/icedtea-crosscompile-fix.patch \ | ||
62 | patches/icedtea-xawt-crosscompile-fix.patch \ | ||
63 | " | ||
64 | |||
65 | export DISTRIBUTION_PATCHES | ||