[meta-freescale] [meta-freescale-layer][PATCH 5/9] usdpaa-apps: obey LDFLAGS to fix GNU_HASH error

ting.liu at nxp.com ting.liu at nxp.com
Fri Aug 12 03:43:53 PDT 2016


From: Ting Liu <ting.liu at nxp.com>

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

diff --git a/dynamic-layers/openembedded-layer/recipes-dpaa/usdpaa-apps/usdpaa-apps_git.bb b/dynamic-layers/openembedded-layer/recipes-dpaa/usdpaa-apps/usdpaa-apps_git.bb
index d967312..1118276 100644
--- a/dynamic-layers/openembedded-layer/recipes-dpaa/usdpaa-apps/usdpaa-apps_git.bb
+++ b/dynamic-layers/openembedded-layer/recipes-dpaa/usdpaa-apps/usdpaa-apps_git.bb
@@ -21,7 +21,7 @@ S = "${WORKDIR}/git"
 
 WRAP_ARCH ?= "${TARGET_ARCH}"
 WRAP_ARCH_ls1043ardb = "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"
-- 
1.9.2



More information about the meta-freescale mailing list