[meta-freescale] [meta-freescale-layer][PATCH 6/9] pme-tools: obey LDFLAGS to fix GNU_HASH error

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


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

Signed-off-by: Ting Liu <ting.liu at nxp.com>
---
 recipes-extended/pme-tools/pme-tools_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/pme-tools/pme-tools_git.bb b/recipes-extended/pme-tools/pme-tools_git.bb
index 82df6d6..fe0210a 100644
--- a/recipes-extended/pme-tools/pme-tools_git.bb
+++ b/recipes-extended/pme-tools/pme-tools_git.bb
@@ -9,7 +9,7 @@ SRCREV = "5b6622e127ac2f3e221cc0395985ac90e2ed9533"
 
 S = "${WORKDIR}/git"
 
-EXTRA_OEMAKE = "ARCH=${TARGET_ARCH} USE_LTIB=1 LTIB_LIB_PATH=${STAGING_LIBDIR} SYSROOT=${STAGING_DIR_TARGET} CROSS_COMPILE=${HOST_PREFIX}"
+EXTRA_OEMAKE = 'ARCH=${TARGET_ARCH} USE_LTIB=1 LTIB_LIB_PATH=${STAGING_LIBDIR} SYSROOT=${STAGING_DIR_TARGET} CROSS_COMPILE=${HOST_PREFIX} EXTRA_LDFLAGS="${LDFLAGS}"'
 EXTRA_CFLAGS = "-Wno-unused-but-set-parameter -Wno-enum-compare -Wno-unused-but-set-variable"
 do_compile_prepend() {
     sed -i '/rec_yyget_leng/d' compilers/regularExpression/engine/pmrec.lex
-- 
1.9.2



More information about the meta-freescale mailing list