summaryrefslogtreecommitdiffstats
path: root/recipes-extended/skmm-ep
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/skmm-ep')
-rw-r--r--recipes-extended/skmm-ep/skmm-ep_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/skmm-ep/skmm-ep_git.bb b/recipes-extended/skmm-ep/skmm-ep_git.bb
index fcbd2ed..ca5d673 100644
--- a/recipes-extended/skmm-ep/skmm-ep_git.bb
+++ b/recipes-extended/skmm-ep/skmm-ep_git.bb
@@ -18,8 +18,8 @@ S = "${WORKDIR}/git"
18 18
19EXTRA_OEMAKE = 'MACHINE=${MACHINE}' 19EXTRA_OEMAKE = 'MACHINE=${MACHINE}'
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`"
23 23
24do_compile () { 24do_compile () {
25 export ARCH=${TARGET_ARCH} 25 export ARCH=${TARGET_ARCH}