summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dpdk/dpdk_17.11.3.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2019-06-11 13:41:45 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2019-06-12 15:49:18 +0800
commit5a5077db88db6b319a775d337dac3b804c0034c4 (patch)
tree83421a7079a2f5102c9ef95a0354470fc7deef45 /recipes-extended/dpdk/dpdk_17.11.3.bb
parentbe387ee9e5ae12e2e92d6c7921aa79283dbbeb8a (diff)
downloadmeta-dpdk-5a5077db88db6b319a775d337dac3b804c0034c4.tar.gz
dpdk: upgrade 17.11.3 -> 17.11.6
Also remove upstreamed patches and prevent the host app from getting installed. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-extended/dpdk/dpdk_17.11.3.bb')
-rw-r--r--recipes-extended/dpdk/dpdk_17.11.3.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes-extended/dpdk/dpdk_17.11.3.bb b/recipes-extended/dpdk/dpdk_17.11.3.bb
deleted file mode 100644
index af42ad8..0000000
--- a/recipes-extended/dpdk/dpdk_17.11.3.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1include dpdk.inc
2
3STABLE = "-stable"
4BRANCH = "17.11"
5SRCREV = "01dc7ba3ef05afe7e1e52514a8f5d476b1bf67f1"
6
7LICENSE = "LGPLv2 & GPLv2"
8LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=751419260aa954499f7abaabaa882bbe\
9 file://LICENSE.LGPL;md5=4fbd65380cdd255951079008b364516c"
10
11SRC_URI += "\
12 file://dpdk-16.07-dpdk-fix-for-parellel-make-issue.patch \
13 file://dpdk-17.02-dpdk-fix-installation-warning-and-issue.patch \
14 file://dpdk-17.11-Fix-strncpy-error-for-GCC8.patch \
15 file://dpdk-17.11-mk-disable-warning-for-packed-member-pointer.patch \
16"