summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-08-15 17:27:35 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-08-15 17:27:35 +0800
commit66482fd93610e45990f1eb397427384b91883b8e (patch)
treedcd82a70beface027d6e6d6b7fac06e60661f3b8 /recipes-extended
parent7e8aa51a67dbb73de6c416612f84155a457b576f (diff)
downloadmeta-fsl-ppc-66482fd93610e45990f1eb397427384b91883b8e.tar.gz
pme-tools: obey LDFLAGS to fix GNU_HASH error
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/pme-tools/pme-tools_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-extended/pme-tools/pme-tools_git.bb b/recipes-extended/pme-tools/pme-tools_git.bb
index e764153..8cc4065 100644
--- a/recipes-extended/pme-tools/pme-tools_git.bb
+++ b/recipes-extended/pme-tools/pme-tools_git.bb
@@ -10,7 +10,8 @@ SRCREV = "5b6622e127ac2f3e221cc0395985ac90e2ed9533"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12PARALLEL_MAKE = "" 12PARALLEL_MAKE = ""
13EXTRA_OEMAKE = "ARCH=${TARGET_ARCH} USE_LTIB=1 LTIB_LIB_PATH=${STAGING_LIBDIR} SYSROOT=${STAGING_DIR_TARGET} CROSS_COMPILE=${HOST_PREFIX}" 13EXTRA_OEMAKE = 'ARCH=${TARGET_ARCH} USE_LTIB=1 LTIB_LIB_PATH=${STAGING_LIBDIR} \
14 SYSROOT=${STAGING_DIR_TARGET} CROSS_COMPILE=${HOST_PREFIX} EXTRA_LDFLAGS="${LDFLAGS}"'
14EXTRA_CFLAGS = "-Wno-unused-but-set-parameter -Wno-enum-compare -Wno-unused-but-set-variable" 15EXTRA_CFLAGS = "-Wno-unused-but-set-parameter -Wno-enum-compare -Wno-unused-but-set-variable"
15do_compile_prepend() { 16do_compile_prepend() {
16 sed -i '/rec_yyget_leng/d' compilers/regularExpression/engine/pmrec.lex 17 sed -i '/rec_yyget_leng/d' compilers/regularExpression/engine/pmrec.lex