summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Hao <kexin.hao@windriver.com>2018-04-08 20:23:03 +0800
committerCalifornia Sullivan <california.l.sullivan@intel.com>2018-04-09 12:14:52 -0700
commit1280395a440bff8df66afa7f2fea267cd9e1cd4e (patch)
tree66547b80e775ad4a3bf916b34bea6779872a1f3e
parentcc4d9b770affe62863f39dccc35a6bc091710457 (diff)
downloadmeta-dpdk-1280395a440bff8df66afa7f2fea267cd9e1cd4e.tar.gz
dpdk: Factor out the license info into the specific bb
The license files may be different between different versions. So move them into the specific bb files. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
-rw-r--r--recipes-extended/dpdk/dpdk.inc4
-rw-r--r--recipes-extended/dpdk/dpdk_18.02.bb5
2 files changed, 5 insertions, 4 deletions
diff --git a/recipes-extended/dpdk/dpdk.inc b/recipes-extended/dpdk/dpdk.inc
index 0818841..69259d3 100644
--- a/recipes-extended/dpdk/dpdk.inc
+++ b/recipes-extended/dpdk/dpdk.inc
@@ -1,9 +1,5 @@
1DESCRIPTION = "Intel(r) Data Plane Development Kit" 1DESCRIPTION = "Intel(r) Data Plane Development Kit"
2HOMEPAGE = "http://dpdk.org" 2HOMEPAGE = "http://dpdk.org"
3LICENSE = "BSD & LGPLv2 & GPLv2"
4LIC_FILES_CHKSUM = "file://license/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
5 file://license/lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \
6 file://license/bsd-3-clause.txt;md5=0f00d99239d922ffd13cabef83b33444"
7 3
8SRC_URI = "http://fast.dpdk.org/rel/${BP}.tar.gz;name=dpdk \ 4SRC_URI = "http://fast.dpdk.org/rel/${BP}.tar.gz;name=dpdk \
9 file://dpdk-16.04-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \ 5 file://dpdk-16.04-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \
diff --git a/recipes-extended/dpdk/dpdk_18.02.bb b/recipes-extended/dpdk/dpdk_18.02.bb
index 537d615..8a21714 100644
--- a/recipes-extended/dpdk/dpdk_18.02.bb
+++ b/recipes-extended/dpdk/dpdk_18.02.bb
@@ -1,5 +1,10 @@
1include dpdk.inc 1include dpdk.inc
2 2
3LICENSE = "BSD & LGPLv2 & GPLv2"
4LIC_FILES_CHKSUM = "file://license/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
5 file://license/lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \
6 file://license/bsd-3-clause.txt;md5=0f00d99239d922ffd13cabef83b33444"
7
3SRC_URI += "\ 8SRC_URI += "\
4 file://dpdk-16.04-dpdk-enable-ip_fragmentation-in-common_base-config.patch \ 9 file://dpdk-16.04-dpdk-enable-ip_fragmentation-in-common_base-config.patch \
5 file://0001-examples-Fix-maybe-uninitialized-warning.patch \ 10 file://0001-examples-Fix-maybe-uninitialized-warning.patch \