From f5b6d957c9f237b8294dbe4a98495265f111ed68 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Mon, 15 Aug 2016 17:29:06 +0800 Subject: skmm-ep: obey LDFLAGS to fix GNU_HASH error Signed-off-by: Ting Liu Signed-off-by: Zhenhua Luo --- 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`" -- cgit v1.2.3-54-g00ecf