In oe-core commit ceda3238cdbf ("meta/meta-selftest/meta-skeleton: Update
LICENSE variable to use SPDX license identifiers"), all LICENSE variables
were updated to only use SPDX license identifiers.Fix the following warnings: WARNING: qat17-4.14.0-00031-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2 [obsolete-license] WARNING: zlib-qat-0.4.10-003-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2 [obsolete-license] Signed-off-by: Yongxin Liu <[email protected]> --- recipes-extended/qat/qat17_4.14.0-00031.bb | 2 +- recipes-extended/zlib-qat/zlib-qat.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-extended/qat/qat17_4.14.0-00031.bb b/recipes-extended/qat/qat17_4.14.0-00031.bb index 9f909ca..8531907 100644 --- a/recipes-extended/qat/qat17_4.14.0-00031.bb +++ b/recipes-extended/qat/qat17_4.14.0-00031.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Intel(r) QuickAssist Technology API" HOMEPAGE = "https://01.org/packet-processing/intel%C2%AE-quickassist-technology-drivers-and-patches" #Dual BSD and GPLv2 License -LICENSE = "BSD-3-Clause & GPLv2" +LICENSE = "BSD-3-Clause & GPL-2.0-only" LIC_FILES_CHKSUM = "\ file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6 \ file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9 \ diff --git a/recipes-extended/zlib-qat/zlib-qat.inc b/recipes-extended/zlib-qat/zlib-qat.inc index 0b85daa..81e1d34 100644 --- a/recipes-extended/zlib-qat/zlib-qat.inc +++ b/recipes-extended/zlib-qat/zlib-qat.inc @@ -6,7 +6,7 @@ in the zlib software library via the Intel QuickAssist Technology" HOMEPAGE = "http://zlib.net/" SECTION = "libs" -LICENSE = "Zlib & GPLv2 & BSD-3-Clause" +LICENSE = "Zlib & GPL-2.0-only & BSD-3-Clause" LIC_FILES_CHKSUM = "file://${WORKDIR}/zlib-${ZLIB_VERSION}/zlib.h;beginline=4;endline=23;md5=fde612df1e5933c428b73844a0c494fd \ file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6 \ file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7470): https://lists.yoctoproject.org/g/meta-intel/message/7470 Mute This Topic: https://lists.yoctoproject.org/mt/89923178/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
