summaryrefslogtreecommitdiffstats
path: root/meta-isg/common/recipes-extended/dpdk/dpdk.inc
diff options
context:
space:
mode:
authorRahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>2047-10-04 04:14:31 +0800
committerTom Zanussi <tom.zanussi@linux.intel.com>2016-07-06 12:26:30 -0500
commite50f5ab8293ad428345178e2102861f59611e8fd (patch)
tree5ecb8cbba60ed4cffb5455827cc14d743f2c6dad /meta-isg/common/recipes-extended/dpdk/dpdk.inc
parent0fc6bcfa82773a288a924019289f5ab637b61b6d (diff)
downloadmeta-intel-e50f5ab8293ad428345178e2102861f59611e8fd.tar.gz
meta-isg: dpdk : Fix for misleading indentation error
Corrected the identation of code to match the block structure to avoid error/warning for build. Since yocto is using -Wall and -Werror flags so this warning is treated as error. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'meta-isg/common/recipes-extended/dpdk/dpdk.inc')
-rw-r--r--meta-isg/common/recipes-extended/dpdk/dpdk.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-isg/common/recipes-extended/dpdk/dpdk.inc b/meta-isg/common/recipes-extended/dpdk/dpdk.inc
index a3131964..b92710ae 100644
--- a/meta-isg/common/recipes-extended/dpdk/dpdk.inc
+++ b/meta-isg/common/recipes-extended/dpdk/dpdk.inc
@@ -7,6 +7,7 @@ SRC_URI = "http://dpdk.org/browse/dpdk/snapshot/dpdk-${PV}.tar.gz;name=dpdk \
7 file://dpdk-16.04-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \ 7 file://dpdk-16.04-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \
8 file://dpdk-16.04-add-sysroot-option-within-app-makefile.patch \ 8 file://dpdk-16.04-add-sysroot-option-within-app-makefile.patch \
9 file://dpdk-16.04-point-to-the-right-include-and-lib-path.patch \ 9 file://dpdk-16.04-point-to-the-right-include-and-lib-path.patch \
10 file://dpdk-16.04-Fix-for-misleading-indentation-error.patch \
10 " 11 "
11 12
12COMPATIBLE_MACHINE = "crystalforest|intel-corei7-64" 13COMPATIBLE_MACHINE = "crystalforest|intel-corei7-64"