diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-08-12 18:43:55 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-08-12 11:43:43 -0300 |
commit | 8a851328e77a8fc8e22b38facdaaf2694a79ee94 (patch) | |
tree | fb20bb0ba29044b065efcf25c4e0a93c5fa9242a /recipes-extended/skmm-ep | |
parent | f525a5ed5f5c783fde7a7604f332e38b892646d2 (diff) | |
download | meta-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/skmm-ep')
-rw-r--r-- | recipes-extended/skmm-ep/skmm-ep_git.bb | 2 |
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 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | EXTRA_OEMAKE = 'ARCH=${TARGET_ARCH} MACHINE=${MACHINE}' | 19 | EXTRA_OEMAKE = 'ARCH=${TARGET_ARCH} MACHINE=${MACHINE} EXTRA_LDFLAGS="${LDFLAGS}"' |
20 | 20 | ||
21 | export LIBEDIT_CFLAGS = "`pkg-config --cflags libedit`" | 21 | export LIBEDIT_CFLAGS = "`pkg-config --cflags libedit`" |
22 | export LIBEDIT_LDFLAGS = "`pkg-config --libs --static libedit`" | 22 | export LIBEDIT_LDFLAGS = "`pkg-config --libs --static libedit`" |