diff mbox series

[meta-mingw] libiconv: update license with SPDX name

Message ID 20230625030424.1158549-1-kai.kang@windriver.com
State New
Headers show
Series [meta-mingw] libiconv: update license with SPDX name | expand

Commit Message

Kai June 25, 2023, 3:04 a.m. UTC
From: Kai Kang <kai.kang@windriver.com>

License 'LGPLv3' is obsolete

  WARNING: nativesdk-libiconv-1.15-r1 do_package_qa: QA Issue: Recipe
    LICENSE includes obsolete licenses LGPLv3 [obsolete-license]

so replace it with the SPDX name 'LGPL-3.0-only'.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 recipes-support/libiconv/libiconv_1.15.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-support/libiconv/libiconv_1.15.bb b/recipes-support/libiconv/libiconv_1.15.bb
index 7b2252f..b58abb4 100644
--- a/recipes-support/libiconv/libiconv_1.15.bb
+++ b/recipes-support/libiconv/libiconv_1.15.bb
@@ -6,7 +6,7 @@  SECTION = "libs"
 NOTES = "Needs to be stripped down to: ascii iso8859-1 eucjp iso-2022jp gb utf8"
 PROVIDES = "virtual/libiconv"
 PR = "r1"
-LICENSE = "LGPLv3"
+LICENSE = "LGPL-3.0-only"
 LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \
                     file://libcharset/COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674"