summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison/bison_3.0.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/bison/bison_3.0.4.bb')
-rw-r--r--meta/recipes-devtools/bison/bison_3.0.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.0.4.bb b/meta/recipes-devtools/bison/bison_3.0.4.bb
index 7d066be0ad..e5ac5672f8 100644
--- a/meta/recipes-devtools/bison/bison_3.0.4.bb
+++ b/meta/recipes-devtools/bison/bison_3.0.4.bb
@@ -10,7 +10,6 @@ SECTION = "devel"
10DEPENDS = "bison-native flex-native" 10DEPENDS = "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://m4.patch \
14 file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ 13 file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
15 file://dont-depend-on-help2man.patch.patch \ 14 file://dont-depend-on-help2man.patch.patch \
16 file://0001-src-local.mk-fix-parallel-issue.patch \ 15 file://0001-src-local.mk-fix-parallel-issue.patch \
@@ -26,6 +25,8 @@ SRC_URI[sha256sum] = "a72428c7917bdf9fa93cb8181c971b6e22834125848cf1d03ce10b1bb0
26DEPENDS_class-native = "gettext-minimal-native" 25DEPENDS_class-native = "gettext-minimal-native"
27 26
28inherit autotools gettext texinfo 27inherit autotools gettext texinfo
28
29# The automatic m4 path detection gets confused, so force the right value
29acpaths = "-I ${S}/m4" 30acpaths = "-I ${S}/m4"
30 31
31do_compile_prepend() { 32do_compile_prepend() {