summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Hao <kexin.hao@windriver.com>2019-05-27 18:27:08 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2019-05-27 21:46:18 +0800
commit8be75da5f648f456cbb853237baebf610ac8a393 (patch)
tree036bfce5619b174390b4115a4a6de2800dde5467
parent8915d5fb63df16b6289761180eedb9eb7f25e85e (diff)
downloadmeta-dpdk-8be75da5f648f456cbb853237baebf610ac8a393.tar.gz
dpdk_18.05: Make the LICENSE more accurate
Adjust the LICENSE according to the license files. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-extended/dpdk/dpdk_18.05.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/dpdk/dpdk_18.05.bb b/recipes-extended/dpdk/dpdk_18.05.bb
index f914214..108d683 100644
--- a/recipes-extended/dpdk/dpdk_18.05.bb
+++ b/recipes-extended/dpdk/dpdk_18.05.bb
@@ -2,7 +2,7 @@ include dpdk.inc
2 2
3SRCREV = "a5dce55556286cc56655320d975c67b0dbe08693" 3SRCREV = "a5dce55556286cc56655320d975c67b0dbe08693"
4 4
5LICENSE = "BSD & LGPLv2 & GPLv2" 5LICENSE = "BSD-3-Clause & LGPLv2.1 & GPLv2"
6LIC_FILES_CHKSUM = "file://license/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 6LIC_FILES_CHKSUM = "file://license/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
7 file://license/lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \ 7 file://license/lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \
8 file://license/bsd-3-clause.txt;md5=0f00d99239d922ffd13cabef83b33444" 8 file://license/bsd-3-clause.txt;md5=0f00d99239d922ffd13cabef83b33444"