diff options
| -rw-r--r-- | meta/recipes-devtools/bison/bison_3.5.3.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.5.3.bb b/meta/recipes-devtools/bison/bison_3.5.3.bb index 09e4b18f9e..27e09434f8 100644 --- a/meta/recipes-devtools/bison/bison_3.5.3.bb +++ b/meta/recipes-devtools/bison/bison_3.5.3.bb | |||
| @@ -18,6 +18,12 @@ SRC_URI[sha256sum] = "2bf85b5f88a5f2fa8069aed2a2dfc3a9f8d15a97e59c713e3906e5fdd9 | |||
| 18 | # No point in hardcoding path to m4, just use PATH | 18 | # No point in hardcoding path to m4, just use PATH |
| 19 | EXTRA_OECONF += "M4=m4" | 19 | EXTRA_OECONF += "M4=m4" |
| 20 | 20 | ||
| 21 | # Reset any loadavg set via environment, it breaks parallel build | ||
| 22 | # | ../bison-3.5.2/lib/uniwidth/width.c:21:10: fatal error: uniwidth.h: No such file or directory | ||
| 23 | # | #include "uniwidth.h" | ||
| 24 | # | ^~~~~~~~~~~~ | ||
| 25 | EXTRA_OEMAKE_append = " -l" | ||
| 26 | |||
| 21 | inherit autotools gettext texinfo | 27 | inherit autotools gettext texinfo |
| 22 | 28 | ||
| 23 | # The automatic m4 path detection gets confused, so force the right value | 29 | # The automatic m4 path detection gets confused, so force the right value |
