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-21 11:59:02 +0800
committerTom Zanussi <tom.zanussi@linux.intel.com>2016-07-22 13:37:07 -0500
commit783068714319922038437bec1ea271f18d4eb153 (patch)
tree8b9545912e63839f39c75d3124ff81c2ee950f75 /meta-isg/common/recipes-extended/dpdk/dpdk.inc
parent1827f6aa3048c61e6d6f174016fb61a614dbf3eb (diff)
downloadmeta-intel-783068714319922038437bec1ea271f18d4eb153.tar.gz
meta-isg: dpdk: fix compilation with dynamic libs
Ensure that the correct CFLAGS are passed to LD when compiling rte libs as shared. For building the dpdk with config CONFIG_RTE_BUILD_SHARED_LIB=y 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 b1b56c92..6f3593bc 100644
--- a/meta-isg/common/recipes-extended/dpdk/dpdk.inc
+++ b/meta-isg/common/recipes-extended/dpdk/dpdk.inc
@@ -9,6 +9,7 @@ SRC_URI = "http://dpdk.org/browse/dpdk/snapshot/dpdk-${PV}.tar.gz;name=dpdk \
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 file://dpdk-16.04-Fix-for-misleading-indentation-error.patch \
11 file://dpdk-16.04-dpdk-fix-installation-warning-and-issue.patch \ 11 file://dpdk-16.04-dpdk-fix-installation-warning-and-issue.patch \
12 file://dpdk-16.04-dpdk-fix-compilation-with-dynamic-libs.patch \
12 " 13 "
13 14
14COMPATIBLE_MACHINE = "crystalforest|intel-corei7-64" 15COMPATIBLE_MACHINE = "crystalforest|intel-corei7-64"