diff options
author | Beniamin Sandu <beniaminsandu@gmail.com> | 2023-09-07 19:08:27 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-07 10:29:42 -0700 |
commit | dcafc2c09c2ae53eb54db26c0082c190f07b05e8 (patch) | |
tree | 1a329688be5d7df5385bc4de56d621ad2e645370 /meta-networking/recipes-connectivity | |
parent | 6cf2f1045acbb51fe4a702dba0fd964be717c5b8 (diff) | |
download | meta-openembedded-dcafc2c09c2ae53eb54db26c0082c190f07b05e8.tar.gz |
mbedtls: upgrade 2.28.3 -> 2.28.4
Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r-- | meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.4.bb (renamed from meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.3.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.4.bb index 4626e400f4..80ec8a5af5 100644 --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.3.bb +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.4.bb | |||
@@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
23 | SECTION = "libs" | 23 | SECTION = "libs" |
24 | 24 | ||
25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
26 | SRCREV = "981743de6fcdbe672e482b6fd724d31d0a0d2476" | 26 | SRCREV = "aeb97a18913a86f051afab11b2c92c6be0c2eb83" |
27 | SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=mbedtls-2.28 \ | 27 | SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=mbedtls-2.28 \ |
28 | file://run-ptest \ | 28 | file://run-ptest \ |
29 | " | 29 | " |