summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
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`"