summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison
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:21:48 +0100
commitbc95820cd652673bc7ef4a3ae7e08ba8c2ae15cd (patch)
tree13507619791a28b07685429dc6f307e6eb061ec8 /meta/recipes-devtools/bison
parentca7423ec13de4af218993d42bd9279c65104bd72 (diff)
downloadpoky-bc95820cd652673bc7ef4a3ae7e08ba8c2ae15cd.tar.gz
bison: fix Argument list too long error
fix Argument list too long error when len(TMPDIR) = 410 (From OE-Core rev: 73f05ba58dcee57e25712f9aee97535d9a32c982) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/bison')
-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"
27inherit autotools gettext texinfo 27inherit autotools gettext texinfo
28 28
29# The automatic m4 path detection gets confused, so force the right value 29# The automatic m4 path detection gets confused, so force the right value
30acpaths = "-I ${S}/m4" 30acpaths = "-I ./m4"
31 31
32do_compile_prepend() { 32do_compile_prepend() {
33 for i in mfcalc calc++ rpcalc; do mkdir -p ${B}/examples/$i; done 33 for i in mfcalc calc++ rpcalc; do mkdir -p ${B}/examples/$i; done