summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison/bison_3.0.4.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-01-08 11:08:44 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-11 10:26:06 +0000
commit4dd6f5f5bfd8b4d3740ae56e88af6464d06ed0fa (patch)
tree4be3f78f071dc86725607b5d3af5d9740050946a /meta/recipes-devtools/bison/bison_3.0.4.bb
parent47022546cfa6c509c8f11e52c3e6310ac68660a3 (diff)
downloadpoky-4dd6f5f5bfd8b4d3740ae56e88af6464d06ed0fa.tar.gz
bison: remove obsolete patch
m4.patch was added before 2005 (history isn't in git, only BitKeeper) and doesn't appear to be needed anymore. Also add a comment to clarify why acpaths is required. (From OE-Core rev: 1ef90df9c5cc628c885897027d8c5ec6f318d68e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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() {