summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison/bison_3.7.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/bison/bison_3.7.2.bb')
-rw-r--r--meta/recipes-devtools/bison/bison_3.7.2.bb7
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.7.2.bb b/meta/recipes-devtools/bison/bison_3.7.2.bb
index f7bf70fff3..ace4ea5c3f 100644
--- a/meta/recipes-devtools/bison/bison_3.7.2.bb
+++ b/meta/recipes-devtools/bison/bison_3.7.2.bb
@@ -11,19 +11,12 @@ DEPENDS = "bison-native flex-native"
11 11
12SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \ 12SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \
13 file://add-with-bisonlocaledir.patch \ 13 file://add-with-bisonlocaledir.patch \
14 file://0001-bison-fix-the-parallel-build.patch \
15 " 14 "
16SRC_URI[sha256sum] = "7948d193104d979c0fb0294a1854c73c89d72ae41acfc081826142578a78a91b" 15SRC_URI[sha256sum] = "7948d193104d979c0fb0294a1854c73c89d72ae41acfc081826142578a78a91b"
17 16
18# No point in hardcoding path to m4, just use PATH 17# No point in hardcoding path to m4, just use PATH
19EXTRA_OECONF += "M4=m4" 18EXTRA_OECONF += "M4=m4"
20 19
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# | ^~~~~~~~~~~~
25EXTRA_OEMAKE_append = " -l"
26
27inherit autotools gettext texinfo 20inherit autotools gettext texinfo
28 21
29# The automatic m4 path detection gets confused, so force the right value 22# The automatic m4 path detection gets confused, so force the right value