summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dpdk/dpdk-kmods_git.bb
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 /recipes-extended/dpdk/dpdk-kmods_git.bb
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>
Diffstat (limited to 'recipes-extended/dpdk/dpdk-kmods_git.bb')
-rw-r--r--recipes-extended/dpdk/dpdk-kmods_git.bb2
1 files changed, 1 insertions, 1 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 \