summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-04-20 11:42:06 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2020-12-16 09:42:12 -0300
commit863df8c77b5d6cbdde9fd4d317c1111ab5442985 (patch)
tree019f7c472a582f45ff309cfdc4deabe2cada3d93 /recipes-extended
parentd5cbbf6c65cf0ddda8943d0831abafb282fca4dd (diff)
downloadmeta-freescale-863df8c77b5d6cbdde9fd4d317c1111ab5442985.tar.gz
dpdk: correct LICENSE and update LIC_FILES_CHKSUM
Correct LICENSE from LGPLv2 to LGPLv2.1 and use license files for checksum. Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/dpdk/dpdk.inc1
-rw-r--r--recipes-extended/dpdk/dpdk_19.11-20.04.bb6
2 files changed, 4 insertions, 3 deletions
diff --git a/recipes-extended/dpdk/dpdk.inc b/recipes-extended/dpdk/dpdk.inc
index f5793a19..61d67c44 100644
--- a/recipes-extended/dpdk/dpdk.inc
+++ b/recipes-extended/dpdk/dpdk.inc
@@ -1,6 +1,5 @@
1DESCRIPTION = "Data Plane Development Kit" 1DESCRIPTION = "Data Plane Development Kit"
2HOMEPAGE = "http://dpdk.org" 2HOMEPAGE = "http://dpdk.org"
3LICENSE = "BSD-3-Clause & LGPLv2 & GPLv2"
4 3
5DEPENDS = "virtual/kernel openssl" 4DEPENDS = "virtual/kernel openssl"
6DEPENDS_append_x86-64 = " numactl" 5DEPENDS_append_x86-64 = " numactl"
diff --git a/recipes-extended/dpdk/dpdk_19.11-20.04.bb b/recipes-extended/dpdk/dpdk_19.11-20.04.bb
index 398d2ec4..cd33a3b6 100644
--- a/recipes-extended/dpdk/dpdk_19.11-20.04.bb
+++ b/recipes-extended/dpdk/dpdk_19.11-20.04.bb
@@ -1,4 +1,7 @@
1LIC_FILES_CHKSUM = "file://license/README;md5=3383def2d4c82237df281174e981a492" 1LICENSE = "BSD-3-Clause & LGPLv2.1 & GPLv2"
2LIC_FILES_CHKSUM = "file://license/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
3 file://license/lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \
4 file://license/bsd-3-clause.txt;md5=0f00d99239d922ffd13cabef83b33444"
2 5
3SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/dpdk;nobranch=1 \ 6SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/dpdk;nobranch=1 \
4 file://add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \ 7 file://add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \
@@ -11,7 +14,6 @@ SRCREV = "4110a5fed09fa034963cfc246a6285911ecbd540"
11 14
12include dpdk.inc 15include dpdk.inc
13 16
14
15do_install_append () { 17do_install_append () {
16 # Remove the unneeded dir 18 # Remove the unneeded dir
17 rm -rf ${D}/${datadir}/${RTE_TARGET}/app 19 rm -rf ${D}/${datadir}/${RTE_TARGET}/app