]> code.ossystems Code Review - openembedded-core.git/commitdiff
bison: fix Argument list too long error
authorLee Chee Yang <chee.yang.lee@intel.com>
Mon, 11 May 2020 10:57:02 +0000 (18:57 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Jul 2020 11:20:38 +0000 (12:20 +0100)
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>
meta/recipes-devtools/bison/bison_3.6.4.bb

index 0c877c3c580721cd840690462e20848f4fc95eb8..f3d4d42442e54b68fe36916637793c9ebf9aff84 100644 (file)
@@ -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