summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-devtools/bison
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-devtools/bison')
-rw-r--r--poky/meta/recipes-devtools/bison/bison_3.5.4.bb (renamed from poky/meta/recipes-devtools/bison/bison_3.4.2.bb)8
1 files changed, 6 insertions, 2 deletions
diff --git a/poky/meta/recipes-devtools/bison/bison_3.4.2.bb b/poky/meta/recipes-devtools/bison/bison_3.5.4.bb
index 46f0f908dd..59c34f7297 100644
--- a/poky/meta/recipes-devtools/bison/bison_3.4.2.bb
+++ b/poky/meta/recipes-devtools/bison/bison_3.5.4.bb
@@ -13,12 +13,16 @@ SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \
file://dont-depend-on-help2man.patch.patch \
file://add-with-bisonlocaledir.patch \
"
+SRC_URI[sha256sum] = "4c17e99881978fa32c05933c5262457fa5b2b611668454f8dc2a695cd6b3720c"
# No point in hardcoding path to m4, just use PATH
EXTRA_OECONF += "M4=m4"
-SRC_URI[md5sum] = "d1ceb9dfde2d03b24a4c1137f7f1b572"
-SRC_URI[sha256sum] = "27d05534699735dc69e86add5b808d6cb35900ad3fd63fa82e3eb644336abfa0"
+# Reset any loadavg set via environment, it breaks parallel build
+# | ../bison-3.5.2/lib/uniwidth/width.c:21:10: fatal error: uniwidth.h: No such file or directory
+# | #include "uniwidth.h"
+# | ^~~~~~~~~~~~
+EXTRA_OEMAKE_append = " -l"
inherit autotools gettext texinfo