diff options
author | Lee Chee Yang <chee.yang.lee@intel.com> | 2020-05-11 18:57:02 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-12 12:21:48 +0100 |
commit | bc95820cd652673bc7ef4a3ae7e08ba8c2ae15cd (patch) | |
tree | 13507619791a28b07685429dc6f307e6eb061ec8 /meta/recipes-devtools | |
parent | ca7423ec13de4af218993d42bd9279c65104bd72 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-devtools/bison/bison_3.6.4.bb | 2 |
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" | |||
27 | inherit autotools gettext texinfo | 27 | inherit 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 |
30 | acpaths = "-I ${S}/m4" | 30 | acpaths = "-I ./m4" |
31 | 31 | ||
32 | do_compile_prepend() { | 32 | do_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 |