From: Lee Chee Yang Date: Mon, 11 May 2020 10:57:02 +0000 (+0800) Subject: bison: fix Argument list too long error X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~10582 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73f05ba58dcee57e25712f9aee97535d9a32c982;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bison: fix Argument list too long error fix Argument list too long error when len(TMPDIR) = 410 Signed-off-by: Lee Chee Yang Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/bison/bison_3.6.4.bb b/meta/recipes-devtools/bison/bison_3.6.4.bb index 0c877c3c580..f3d4d42442e 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