From 8fe9daf77575d871eb5dfeb607d9626de9a5f8d6 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sat, 22 Feb 2020 23:03:37 +0100 Subject: [PATCH] mbedtls: use correct SPDX License Identifier and add License file License "GPL-2.0+" is deprecated License Identifier according to SPDX License list [1]. The correct one is GPL-2.0-or-later. While at it, also add the License file. [1] https://spdx.org/licenses/ Signed-off-by: Josef Schlehofer --- package/libs/mbedtls/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/libs/mbedtls/Makefile b/package/libs/mbedtls/Makefile index ad1da70268..7ceb0dc4af 100644 --- a/package/libs/mbedtls/Makefile +++ b/package/libs/mbedtls/Makefile @@ -17,7 +17,8 @@ PKG_SOURCE_URL:=https://tls.mbed.org/download/ PKG_HASH:=6ebdea6565c714f1315b9af6a802afb4b4e89976f7d5d2b15aa8028eb52e7d09 PKG_BUILD_PARALLEL:=1 -PKG_LICENSE:=GPL-2.0+ +PKG_LICENSE:=GPL-2.0-or-later +PKG_LICENSE_FILES:=gpl-2.0.txt PKG_CPE_ID:=cpe:/a:arm:mbed_tls PKG_CONFIG_DEPENDS:=CONFIG_LIBMBEDTLS_DEBUG_C -- 2.30.2