diff options
| -rw-r--r-- | meta-networking/recipes-connectivity/mbedtls/mbedtls_3.5.1.bb (renamed from meta-networking/recipes-connectivity/mbedtls/mbedtls_3.5.0.bb) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.5.0.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.5.1.bb index 5f284227ed..6fc824898a 100644 --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.5.0.bb +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.5.1.bb | |||
| @@ -17,16 +17,17 @@ understand what the code does. It features: \ | |||
| 17 | 17 | ||
| 18 | HOMEPAGE = "https://tls.mbed.org/" | 18 | HOMEPAGE = "https://tls.mbed.org/" |
| 19 | 19 | ||
| 20 | LICENSE = "Apache-2.0" | 20 | LICENSE = "Apache-2.0 | GPL-2.0-or-later" |
| 21 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 21 | LIC_FILES_CHKSUM = "file://LICENSE;md5=379d5819937a6c2f1ef1630d341e026d" |
| 22 | 22 | ||
| 23 | SECTION = "libs" | 23 | SECTION = "libs" |
| 24 | 24 | ||
| 25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
| 26 | SRCREV = "1ec69067fa1351427f904362c1221b31538c8b57" | 26 | SRCREV = "edb8fec9882084344a314368ac7fd957a187519c" |
| 27 | SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=master \ | 27 | SRC_URI = "git://github.com/Mbed-TLS/mbedtls.git;protocol=https;branch=master \ |
| 28 | file://0001-AES-NI-use-target-attributes-for-x86-32-bit-intrinsi.patch \ | 28 | file://0001-AES-NI-use-target-attributes-for-x86-32-bit-intrinsi.patch \ |
| 29 | file://run-ptest" | 29 | file://run-ptest" |
| 30 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | ||
| 30 | 31 | ||
| 31 | inherit cmake update-alternatives ptest | 32 | inherit cmake update-alternatives ptest |
| 32 | 33 | ||
