diff options
author | Adrian Bunk <bunk@stusta.de> | 2020-03-15 20:08:41 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-09 00:07:12 +0100 |
commit | f12e9bf5055779a951f26594208d9f69a04a0afd (patch) | |
tree | 623245f76f114868a53707209817989fd7e74831 /meta/recipes-connectivity | |
parent | 9ff9734084866f673d920e0bb5bfc432a1b2277f (diff) | |
download | poky-f12e9bf5055779a951f26594208d9f69a04a0afd.tar.gz |
openssl10: Upgrade 1.0.2r -> 1.0.2u
(From OE-Core rev: a691b1e072805b4d2c6fe81554f5e95739a912b5)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl10_1.0.2u.bb (renamed from meta/recipes-connectivity/openssl/openssl10_1.0.2r.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl10_1.0.2r.bb b/meta/recipes-connectivity/openssl/openssl10_1.0.2u.bb index 7e2b884856..c5a00066ba 100644 --- a/meta/recipes-connectivity/openssl/openssl10_1.0.2r.bb +++ b/meta/recipes-connectivity/openssl/openssl10_1.0.2u.bb | |||
@@ -53,8 +53,8 @@ SRC_URI_append_class-nativesdk = " \ | |||
53 | file://environment.d-openssl.sh \ | 53 | file://environment.d-openssl.sh \ |
54 | " | 54 | " |
55 | 55 | ||
56 | SRC_URI[md5sum] = "0d2baaf04c56d542f6cc757b9c2a2aac" | 56 | SRC_URI[md5sum] = "cdc2638f789ecc2db2c91488265686c1" |
57 | SRC_URI[sha256sum] = "ae51d08bba8a83958e894946f15303ff894d75c2b8bbd44a852b64e3fe11d0d6" | 57 | SRC_URI[sha256sum] = "ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16" |
58 | 58 | ||
59 | S = "${WORKDIR}/openssl-${PV}" | 59 | S = "${WORKDIR}/openssl-${PV}" |
60 | 60 | ||