[meta-freescale] [meta-fsl-ppc][PATCH 3/5] skmm-ep: obey LDFLAGS to fix GNU_HASH error

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


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

diff --git a/recipes-extended/skmm-ep/skmm-ep_git.bb b/recipes-extended/skmm-ep/skmm-ep_git.bb
index 3c16bd0..58e253f 100644
--- a/recipes-extended/skmm-ep/skmm-ep_git.bb
+++ b/recipes-extended/skmm-ep/skmm-ep_git.bb
@@ -18,7 +18,7 @@ COMPATIBLE_MACHINE = "(p4080ds|t4240qds|c293pcie)"
 
 S = "${WORKDIR}/git"
 
-EXTRA_OEMAKE = 'ARCH=${TARGET_ARCH} MACHINE=${MACHINE}'
+EXTRA_OEMAKE = 'ARCH=${TARGET_ARCH} MACHINE=${MACHINE} EXTRA_LDFLAGS="${LDFLAGS}"'
 
 export LIBEDIT_CFLAGS = "`pkg-config --cflags libedit`"
 export LIBEDIT_LDFLAGS = "`pkg-config --libs --static libedit`"
-- 
2.7.4



More information about the meta-freescale mailing list