[meta-freescale] [meta-fsl-ppc fido][PATCH 3/3] skmm-ep: use backquotes for command substitution

b28495 at freescale.com b28495 at freescale.com
Fri May 1 08:54:02 PDT 2015


From: Liu Ting-B28495 <ting.liu at freescale.com>

Signed-off-by: Liu Ting-B28495 <ting.liu at freescale.com>
---
 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



More information about the meta-freescale mailing list