summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYongxin Liu <yongxin.liu@windriver.com>2022-03-21 15:33:58 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-03-22 13:04:09 +0800
commit716b61a2c9a4753b24de9172b23748a12aad6f8c (patch)
tree94601e95873456ce3295d01c21b3f86faf9faad3
parentf66f0fce3b25f22b749f98290436ca9541b44a62 (diff)
downloadmeta-dpdk-716b61a2c9a4753b24de9172b23748a12aad6f8c.tar.gz
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>
-rw-r--r--recipes-extended/dpdk/dpdk-kmods_git.bb2
-rw-r--r--recipes-extended/dpdk/dpdk.inc2
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"
2DESCRIPTION = "UIO driver for Intel IGB PCI cards" 2DESCRIPTION = "UIO driver for Intel IGB PCI cards"
3HOMEPAGE = "http://git.dpdk.org/dpdk-kmods/" 3HOMEPAGE = "http://git.dpdk.org/dpdk-kmods/"
4 4
5LICENSE = "GPL-2" 5LICENSE = "GPL-2.0-only"
6LIC_FILES_CHKSUM = "file://igb_uio.c;beginline=1;endline=4;md5=a05cd72f85021e22ff6b2632b437450b" 6LIC_FILES_CHKSUM = "file://igb_uio.c;beginline=1;endline=4;md5=a05cd72f85021e22ff6b2632b437450b"
7 7
8SRC_URI = "git://dpdk.org/git/dpdk-kmods;protocol=https;branch=main \ 8SRC_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 @@
1DESCRIPTION = "Intel(r) Data Plane Development Kit" 1DESCRIPTION = "Intel(r) Data Plane Development Kit"
2HOMEPAGE = "http://dpdk.org" 2HOMEPAGE = "http://dpdk.org"
3 3
4LICENSE = "BSD-3-Clause & LGPLv2.1 & GPLv2" 4LICENSE = "BSD-3-Clause & LGPL-2.1-only & GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://license/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 5LIC_FILES_CHKSUM = "file://license/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
6 file://license/lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \ 6 file://license/lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \
7 file://license/bsd-3-clause.txt;md5=0f00d99239d922ffd13cabef83b33444" 7 file://license/bsd-3-clause.txt;md5=0f00d99239d922ffd13cabef83b33444"