From 716b61a2c9a4753b24de9172b23748a12aad6f8c Mon Sep 17 00:00:00 2001 From: Yongxin Liu Date: Mon, 21 Mar 2022 15:33:58 +0800 Subject: Update LICENSE variable to use SPDX license identifiers 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: dpdk-21.11.0-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses LGPLv2.1 GPLv2 [obsolete-license] WARNING: dpdk-kmods-1.0-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPL-2 [obsolete-license] Signed-off-by: Yongxin Liu Signed-off-by: Anuj Mittal --- recipes-extended/dpdk/dpdk-kmods_git.bb | 2 +- recipes-extended/dpdk/dpdk.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-extended/dpdk/dpdk-kmods_git.bb b/recipes-extended/dpdk/dpdk-kmods_git.bb index b0eae43..b266655 100644 --- a/recipes-extended/dpdk/dpdk-kmods_git.bb +++ b/recipes-extended/dpdk/dpdk-kmods_git.bb @@ -2,7 +2,7 @@ SUMMARY = "DPDK Kernel Module igb_uio" DESCRIPTION = "UIO driver for Intel IGB PCI cards" HOMEPAGE = "http://git.dpdk.org/dpdk-kmods/" -LICENSE = "GPL-2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://igb_uio.c;beginline=1;endline=4;md5=a05cd72f85021e22ff6b2632b437450b" SRC_URI = "git://dpdk.org/git/dpdk-kmods;protocol=https;branch=main \ diff --git a/recipes-extended/dpdk/dpdk.inc b/recipes-extended/dpdk/dpdk.inc index c38698d..b5c1498 100644 --- a/recipes-extended/dpdk/dpdk.inc +++ b/recipes-extended/dpdk/dpdk.inc @@ -1,7 +1,7 @@ DESCRIPTION = "Intel(r) Data Plane Development Kit" HOMEPAGE = "http://dpdk.org" -LICENSE = "BSD-3-Clause & LGPLv2.1 & GPLv2" +LICENSE = "BSD-3-Clause & LGPL-2.1-only & GPL-2.0-only" LIC_FILES_CHKSUM = "file://license/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://license/lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \ file://license/bsd-3-clause.txt;md5=0f00d99239d922ffd13cabef83b33444" -- cgit v1.2.3-54-g00ecf