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 <yongxin.liu@windriver.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Yongxin Liu 2022-03-21 15:33:58 +08:00 committed by Anuj Mittal
parent f66f0fce3b
commit 716b61a2c9
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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"