diff options
| author | Ricardo Simoes <ricardo.simoes@pt.bosch.com> | 2026-03-24 12:55:08 +0100 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-24 09:13:49 -0700 |
| commit | 0ad13811e511411e871076df2f44cc46c93f7d3e (patch) | |
| tree | d1b216525c75922b1b42372e60a7174b91b8b50a /meta-networking | |
| parent | 23debff58a786f2d08adae2b0b032aba43f7ca75 (diff) | |
| download | meta-openembedded-0ad13811e511411e871076df2f44cc46c93f7d3e.tar.gz | |
mbedtls: Update HOMEPAGE
Mbed OS has reached its ends of life in 2024 [1], the annoucement also
includes the change of the Mbed TLS homepage. This commit updates the
HOMEPAGE variable in the mbedtls recipe to reflect the new URL.
Additionally, the BUGTRACKER variable is added, as it is a required
field [2].
[1] https://os.mbed.com/blog/entry/Important-Update-on-Mbed/
[2] https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#required-variables
Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com>
Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.5.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.5.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.5.bb index e6dfe43092..bc2ff8ffb5 100644 --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.5.bb +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.5.bb | |||
| @@ -15,7 +15,8 @@ understand what the code does. It features: \ | |||
| 15 | platform abstraction and threading \ | 15 | platform abstraction and threading \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | HOMEPAGE = "https://tls.mbed.org/" | 18 | HOMEPAGE = "https://www.trustedfirmware.org/projects/mbed-tls/" |
| 19 | BUGTRACKER = "https://github.com/Mbed-TLS/mbedtls/issues" | ||
| 19 | 20 | ||
| 20 | LICENSE = "Apache-2.0 | GPL-2.0-or-later" | 21 | LICENSE = "Apache-2.0 | GPL-2.0-or-later" |
| 21 | LIC_FILES_CHKSUM = "file://LICENSE;md5=379d5819937a6c2f1ef1630d341e026d" | 22 | LIC_FILES_CHKSUM = "file://LICENSE;md5=379d5819937a6c2f1ef1630d341e026d" |
