diff options
author | Richard Leitner <richard.leitner@skidata.com> | 2020-11-09 14:23:23 +0100 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2020-11-09 14:23:23 +0100 |
commit | 6e84638d77ac921aac46649095bca5ddbde94d2a (patch) | |
tree | 1099a0e49ef3fbd1e36973e7697becc1bc44d9e9 /recipes-core/openjdk | |
parent | 93ea0880330b8cf9ef528c58957422277166b573 (diff) | |
download | meta-java-6e84638d77ac921aac46649095bca5ddbde94d2a.tar.gz |
openjdk-8: fix changed upstream checksums
The upstream archives and therefore their checksums for 8u272 have
changed. This is caused by a new "jdk8u275-b00" tag which was added on
the same revision as our "jdk8u272-ga" tag. Therefore the
.hg_archival.txt file changed.
This patch adds the new upstream checksums.
Reported-by: Chencheng Zhang <chencheng@wittra.se>
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/openjdk')
-rw-r--r-- | recipes-core/openjdk/openjdk-8-release.inc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes-core/openjdk/openjdk-8-release.inc b/recipes-core/openjdk/openjdk-8-release.inc index 2694077..28429f8 100644 --- a/recipes-core/openjdk/openjdk-8-release.inc +++ b/recipes-core/openjdk/openjdk-8-release.inc | |||
@@ -7,25 +7,25 @@ COMPATIBLE_HOST_armv7a = "^$" | |||
7 | COMPATIBLE_HOST_armv7ve = "^$" | 7 | COMPATIBLE_HOST_armv7ve = "^$" |
8 | 8 | ||
9 | CORBA_CHANGESET = "jdk8u${PV}-ga" | 9 | CORBA_CHANGESET = "jdk8u${PV}-ga" |
10 | SRC_URI[corba.sha256sum] = "51212e37b6c6e120901e61b830f110bbd121e9c4611aec9ff4e3f404a667855f" | 10 | SRC_URI[corba.sha256sum] = "28c487a49546ab1a592eaf229c13e1896b390958ac4e6fa19bf5da34a1977138" |
11 | 11 | ||
12 | HOTSPOT_CHANGESET = "jdk8u${PV}-ga" | 12 | HOTSPOT_CHANGESET = "jdk8u${PV}-ga" |
13 | SRC_URI[hotspot.sha256sum] = "a8c83dcd272dc29c538291f24d1b28b7069e048398681b6db082cdaa8f3a6b07" | 13 | SRC_URI[hotspot.sha256sum] = "55db6eb423445978e5a9a285c5adea238dec3d3998dc5f1216f8f5c7a8d7c5ea" |
14 | 14 | ||
15 | JAXP_CHANGESET = "jdk8u${PV}-ga" | 15 | JAXP_CHANGESET = "jdk8u${PV}-ga" |
16 | SRC_URI[jaxp.sha256sum] = "3f8b02337f4cd96e9180aa118705f48c39562f66287b46dd69554221fa196084" | 16 | SRC_URI[jaxp.sha256sum] = "778d3946b9cf84c9b7fd937dc91d0e919ba7616cc4e3db44b9d0347ecdad308a" |
17 | 17 | ||
18 | JAXWS_CHANGESET = "jdk8u${PV}-ga" | 18 | JAXWS_CHANGESET = "jdk8u${PV}-ga" |
19 | SRC_URI[jaxws.sha256sum] = "ed276f9a70bf2582183838ad8b1874c0993b4a28741c69f095669667b12cd3d4" | 19 | SRC_URI[jaxws.sha256sum] = "a46eabbed4fedcdbd26510fc1ccf40aaa337e44542f112d4dba3e93f2bb7e492" |
20 | 20 | ||
21 | JDK_CHANGESET = "jdk8u${PV}-ga" | 21 | JDK_CHANGESET = "jdk8u${PV}-ga" |
22 | SRC_URI[jdk.sha256sum] = "a3deeab4ac721d1ce9d8a2fb1917ba9e2afc6041f03ad4a342e9a5441cce621d" | 22 | SRC_URI[jdk.sha256sum] = "9913adf85d3c5b039a5dfeb0962613d92c6f454d0bbbbe3e5341e221021e908e" |
23 | 23 | ||
24 | LANGTOOLS_CHANGESET = "jdk8u${PV}-ga" | 24 | LANGTOOLS_CHANGESET = "jdk8u${PV}-ga" |
25 | SRC_URI[langtools.sha256sum] = "ed59eabe4eb3fcf9af592d1af2d052c5053da9d868542fc47a0bddcb91e69c60" | 25 | SRC_URI[langtools.sha256sum] = "9189920ae3858c9a680912c54504302e0553cf25d892c8a03fe954859f587066" |
26 | 26 | ||
27 | NASHORN_CHANGESET = "jdk8u${PV}-ga" | 27 | NASHORN_CHANGESET = "jdk8u${PV}-ga" |
28 | SRC_URI[nashorn.sha256sum] = "a5b8c478cd7695bf83210b8e97be3bfc8248c22916cec3b8b869586c3d7f0007" | 28 | SRC_URI[nashorn.sha256sum] = "b42bed287349ecc702f874867a60c3e3664a799d69004e46260db5ff9a7df772" |
29 | 29 | ||
30 | OPENJDK_CHANGESET = "jdk8u${PV}-ga" | 30 | OPENJDK_CHANGESET = "jdk8u${PV}-ga" |
31 | SRC_URI[openjdk.sha256sum] = "a80476dfe32c12882fe2d87bdb0dd37fc4a0dae8dd95f0c22c7c2445fc08ff7e" | 31 | SRC_URI[openjdk.sha256sum] = "3b335df278915237986ccdfc40e262d5b6a711072b2a0b99bf2b197dc9ff0cff" |