diff options
author | Jason Schonberg <schonm@gmail.com> | 2025-01-19 08:03:59 -0500 |
---|---|---|
committer | Tim Orling <tim.orling@konsulko.com> | 2025-01-19 17:09:31 -0800 |
commit | 09d27e00bc2899351cc7cca3fab5305a4c8983bf (patch) | |
tree | 16a6a615cd055edbb8bfe65a20fd686f51af78e6 /recipes-core/classpath | |
parent | 87ddc743edce334d7cf2435f08f24cf67e1dc240 (diff) | |
download | meta-java-scarthgap.tar.gz |
Drop the use of SRC_URI[md5sum] where SRC_URI[sha256sum] is already in use.scarthgap
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Diffstat (limited to 'recipes-core/classpath')
-rw-r--r-- | recipes-core/classpath/classpath-initial-native_0.93.bb | 1 | ||||
-rw-r--r-- | recipes-core/classpath/classpath-native_0.99.bb | 1 | ||||
-rw-r--r-- | recipes-core/classpath/classpath_0.99.bb | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/recipes-core/classpath/classpath-initial-native_0.93.bb b/recipes-core/classpath/classpath-initial-native_0.93.bb index 7bb1ca1..6963ef7 100644 --- a/recipes-core/classpath/classpath-initial-native_0.93.bb +++ b/recipes-core/classpath/classpath-initial-native_0.93.bb | |||
@@ -12,7 +12,6 @@ SRC_URI += " \ | |||
12 | file://autotools.patch \ | 12 | file://autotools.patch \ |
13 | file://miscompilation.patch \ | 13 | file://miscompilation.patch \ |
14 | " | 14 | " |
15 | SRC_URI[md5sum] = "ffa9e9cac31c5acbf0ea9eff9efa923d" | ||
16 | SRC_URI[sha256sum] = "df2d093612abd23fe67e9409d89bb2a8e79b1664fe2b2da40e1c8ed693e32945" | 15 | SRC_URI[sha256sum] = "df2d093612abd23fe67e9409d89bb2a8e79b1664fe2b2da40e1c8ed693e32945" |
17 | 16 | ||
18 | EXTRA_OECONF += "\ | 17 | EXTRA_OECONF += "\ |
diff --git a/recipes-core/classpath/classpath-native_0.99.bb b/recipes-core/classpath/classpath-native_0.99.bb index ecf8c0a..6f37357 100644 --- a/recipes-core/classpath/classpath-native_0.99.bb +++ b/recipes-core/classpath/classpath-native_0.99.bb | |||
@@ -13,7 +13,6 @@ SRC_URI += " \ | |||
13 | file://0001-Fix-bad-implementation-of-compareTo-in-BigDecimal.patch \ | 13 | file://0001-Fix-bad-implementation-of-compareTo-in-BigDecimal.patch \ |
14 | file://0002-Fix-BigDecimal.stripTrailingZeros-s-handling-of-0.patch \ | 14 | file://0002-Fix-BigDecimal.stripTrailingZeros-s-handling-of-0.patch \ |
15 | " | 15 | " |
16 | SRC_URI[md5sum] = "0ae1571249172acd82488724a3b8acb4" | ||
17 | SRC_URI[sha256sum] = "f929297f8ae9b613a1a167e231566861893260651d913ad9b6c11933895fecc8" | 16 | SRC_URI[sha256sum] = "f929297f8ae9b613a1a167e231566861893260651d913ad9b6c11933895fecc8" |
18 | 17 | ||
19 | EXTRA_OECONF += "\ | 18 | EXTRA_OECONF += "\ |
diff --git a/recipes-core/classpath/classpath_0.99.bb b/recipes-core/classpath/classpath_0.99.bb index f18ad1d..0f805b8 100644 --- a/recipes-core/classpath/classpath_0.99.bb +++ b/recipes-core/classpath/classpath_0.99.bb | |||
@@ -15,5 +15,4 @@ SRC_URI += " \ | |||
15 | file://aarch64.patch \ | 15 | file://aarch64.patch \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI[md5sum] = "0ae1571249172acd82488724a3b8acb4" | ||
19 | SRC_URI[sha256sum] = "f929297f8ae9b613a1a167e231566861893260651d913ad9b6c11933895fecc8" | 18 | SRC_URI[sha256sum] = "f929297f8ae9b613a1a167e231566861893260651d913ad9b6c11933895fecc8" |