[meta-freescale] [meta-fsl-ppc][PATCH 1/5] usdpaa-apps: obey LDFLAGS to fix GNU_HASH error

Zhenhua Luo zhenhua.luo at nxp.com
Mon Aug 15 02:34:28 PDT 2016


Signed-off-by: Ting Liu <ting.liu at nxp.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
---
 recipes-dpaa/usdpaa-apps/usdpaa-apps_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-dpaa/usdpaa-apps/usdpaa-apps_git.bb b/recipes-dpaa/usdpaa-apps/usdpaa-apps_git.bb
index b190a3b..8be9ea3 100644
--- a/recipes-dpaa/usdpaa-apps/usdpaa-apps_git.bb
+++ b/recipes-dpaa/usdpaa-apps/usdpaa-apps_git.bb
@@ -21,7 +21,7 @@ S = "${WORKDIR}/git"
 
 WRAP_ARCH ?= "${TARGET_ARCH}"
 WRAP_ARCH_fsl-lsch2 = "arm64"
-EXTRA_OEMAKE = 'CC="${CC}" LD="${LD}" AR="${AR}" ARCH="${WRAP_ARCH}"'
+EXTRA_OEMAKE = 'CC="${CC}" LD="${LD}" AR="${AR}" ARCH="${WRAP_ARCH}" EXTRA_LDFLAGS="${LDFLAGS}"'
 
 SOC ?= "P4080"
 SOC_b4 = "B4860"
-- 
2.7.4



More information about the meta-freescale mailing list