From: Lee Chee Yang <[email protected]>

fix Argument list too long error when len(TMPDIR) = 410

Signed-off-by: Lee Chee Yang <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 73f05ba58dcee57e25712f9aee97535d9a32c982)
Signed-off-by: Steve Sakoman <[email protected]>
---
 meta/recipes-devtools/bison/bison_3.5.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/bison/bison_3.5.3.bb 
b/meta/recipes-devtools/bison/bison_3.5.3.bb
index 36c29fe4df..e6c169e9db 100644
--- a/meta/recipes-devtools/bison/bison_3.5.3.bb
+++ b/meta/recipes-devtools/bison/bison_3.5.3.bb
@@ -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
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#140767): 
https://lists.openembedded.org/g/openembedded-core/message/140767
Mute This Topic: https://lists.openembedded.org/mt/75613063/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to