From: Lee Chee Yang <[email protected]> fix Argument list too long error when len(TMPDIR) = 410
Signed-off-by: Lee Chee Yang <[email protected]> --- meta/recipes-devtools/bison/bison_3.5.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/bison/bison_3.5.4.bb b/meta/recipes-devtools/bison/bison_3.5.4.bb index 59c34f7..e78afb6 100644 --- a/meta/recipes-devtools/bison/bison_3.5.4.bb +++ b/meta/recipes-devtools/bison/bison_3.5.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 -- 2.7.4
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#138115): https://lists.openembedded.org/g/openembedded-core/message/138115 Mute This Topic: https://lists.openembedded.org/mt/74133114/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
