mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
bison: fix Argument list too long error
fix Argument list too long error when len(TMPDIR) = 410 (From OE-Core rev: 90c75ff2e696e984d18e33726d1d07647b140ee6) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 73f05ba58dcee57e25712f9aee97535d9a32c982) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5fd0b97e7d
commit
f37eab6353
@@ -28,7 +28,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
|
||||
|
||||
Reference in New Issue
Block a user