diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-12-09 15:37:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-12 23:42:53 +0000 |
commit | b3535e24361a076f21abfd3817254e328031e17b (patch) | |
tree | 50162c37f49d407b69e20e5a8a5aa57cf4187db9 | |
parent | fce2ee7ba31a48595adcfd6528a67324a67ee59e (diff) | |
download | poky-b3535e24361a076f21abfd3817254e328031e17b.tar.gz |
openssl: update to 1.0.2e
[YOCTO #8765]
[YOCTO #8758]
(From OE-Core rev: 2dbc06d880cc2e764fb2970de37ea5206b080445)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.0.2e.bb (renamed from meta/recipes-connectivity/openssl/openssl_1.0.2d.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2d.bb b/meta/recipes-connectivity/openssl/openssl_1.0.2e.bb index 249f8c4364..e41f46b10c 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.0.2d.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.0.2e.bb | |||
@@ -39,8 +39,8 @@ SRC_URI += "file://find.pl;subdir=${BP}/util/ \ | |||
39 | file://ptest_makefile_deps.patch \ | 39 | file://ptest_makefile_deps.patch \ |
40 | " | 40 | " |
41 | 41 | ||
42 | SRC_URI[md5sum] = "38dd619b2e77cbac69b99f52a053d25a" | 42 | SRC_URI[md5sum] = "5262bfa25b60ed9de9f28d5d52d77fc5" |
43 | SRC_URI[sha256sum] = "671c36487785628a703374c652ad2cebea45fa920ae5681515df25d9f2c9a8c8" | 43 | SRC_URI[sha256sum] = "e23ccafdb75cfcde782da0151731aa2185195ac745eea3846133f2e05c0e0bff" |
44 | 44 | ||
45 | PACKAGES =+ " \ | 45 | PACKAGES =+ " \ |
46 | ${PN}-engines \ | 46 | ${PN}-engines \ |