summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2020-05-11 18:57:02 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-07-12 12:20:38 +0100
commit73f05ba58dcee57e25712f9aee97535d9a32c982 (patch)
treed3cb4a3d31cc1094f35460af969b53be19ead91d
parent267d07301c79c24969c169add05284f612c41d77 (diff)
downloadopenembedded-core-contrib-73f05ba58dcee57e25712f9aee97535d9a32c982.tar.gz
bison: fix Argument list too long error
fix Argument list too long error when len(TMPDIR) = 410 Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/bison/bison_3.6.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.6.4.bb b/meta/recipes-devtools/bison/bison_3.6.4.bb
index 0c877c3c58..f3d4d42442 100644
--- a/meta/recipes-devtools/bison/bison_3.6.4.bb
+++ b/meta/recipes-devtools/bison/bison_3.6.4.bb
@@ -27,7 +27,7 @@ EXTRA_OEMAKE_append = " -l"
inherit autotools gettext texinfo
# The automatic m4 path detection gets confused, so force the right value
-acpaths = "-I ${S}/m4"
+acpaths = "-I ./m4"
do_compile_prepend() {
for i in mfcalc calc++ rpcalc; do mkdir -p ${B}/examples/$i; done