From: Liu Ting-B28495 <[email protected]>

Signed-off-by: Liu Ting-B28495 <[email protected]>
---
 recipes-extended/skmm-ep/skmm-ep_git.bb | 4 ++--
 1 file 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"
 
 EXTRA_OEMAKE = 'MACHINE=${MACHINE}'
 
-export LIBEDIT_CFLAGS="$(pkg-config --cflags libedit)"
-export LIBEDIT_LDFLAGS="$(pkg-config --libs --static libedit)"
+export LIBEDIT_CFLAGS = "`pkg-config --cflags libedit`"
+export LIBEDIT_LDFLAGS = "`pkg-config --libs --static libedit`"
 
 do_compile () {
        export ARCH=${TARGET_ARCH}
-- 
1.9.1

-- 
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to