summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-08-12 18:43:55 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-08-12 11:43:43 -0300
commit8a851328e77a8fc8e22b38facdaaf2694a79ee94 (patch)
treefb20bb0ba29044b065efcf25c4e0a93c5fa9242a /recipes-extended
parentf525a5ed5f5c783fde7a7604f332e38b892646d2 (diff)
downloadmeta-freescale-8a851328e77a8fc8e22b38facdaaf2694a79ee94.tar.gz
skmm-ep: obey LDFLAGS to fix GNU_HASH error
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-extended')
-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 82128c0f..6489b8e0 100644
--- a/recipes-extended/skmm-ep/skmm-ep_git.bb
+++ b/recipes-extended/skmm-ep/skmm-ep_git.bb
@@ -16,7 +16,7 @@ SRCREV = "bbf1ba00fcf407252a4c2e56783e63861088f9cb"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19EXTRA_OEMAKE = 'ARCH=${TARGET_ARCH} MACHINE=${MACHINE}' 19EXTRA_OEMAKE = 'ARCH=${TARGET_ARCH} MACHINE=${MACHINE} EXTRA_LDFLAGS="${LDFLAGS}"'
20 20
21export LIBEDIT_CFLAGS = "`pkg-config --cflags libedit`" 21export LIBEDIT_CFLAGS = "`pkg-config --cflags libedit`"
22export LIBEDIT_LDFLAGS = "`pkg-config --libs --static libedit`" 22export LIBEDIT_LDFLAGS = "`pkg-config --libs --static libedit`"