summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-08-15 17:29:06 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-08-15 17:29:06 +0800
commitf5b6d957c9f237b8294dbe4a98495265f111ed68 (patch)
tree5b168d9870ebb5426f2c77ebadae02130d9f796c
parent66482fd93610e45990f1eb397427384b91883b8e (diff)
downloadmeta-fsl-ppc-f5b6d957c9f237b8294dbe4a98495265f111ed68.tar.gz
skmm-ep: obey LDFLAGS to fix GNU_HASH error
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-rw-r--r--recipes-extended/skmm-ep/skmm-ep_git.bb2
1 files changed, 1 insertions, 1 deletions
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)"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21EXTRA_OEMAKE = 'ARCH=${TARGET_ARCH} MACHINE=${MACHINE}' 21EXTRA_OEMAKE = 'ARCH=${TARGET_ARCH} MACHINE=${MACHINE} EXTRA_LDFLAGS="${LDFLAGS}"'
22 22
23export LIBEDIT_CFLAGS = "`pkg-config --cflags libedit`" 23export LIBEDIT_CFLAGS = "`pkg-config --cflags libedit`"
24export LIBEDIT_LDFLAGS = "`pkg-config --libs --static libedit`" 24export LIBEDIT_LDFLAGS = "`pkg-config --libs --static libedit`"