summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-05-31 17:52:37 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-04 13:27:31 +0100
commit1ac5e2d6314f9a4c6bc08ff1cc9f93b18dff3b7b (patch)
tree2aacedae0083822071a86e938ecce68ce9226305 /meta/recipes-devtools/bison
parent7cad5628a081776b97e6afab488c2ab8d97ebb0c (diff)
downloadpoky-1ac5e2d6314f9a4c6bc08ff1cc9f93b18dff3b7b.tar.gz
bison: 3.5.4 -> 3.6.2
Drop dont-depend-on-help2man.patch.patch, as pre-build manpages are already packaged into source tarballs. (From OE-Core rev: 59bbf308c28e841d0c91d8d01bf9cd31987c2b8a) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/bison')
-rw-r--r--meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch.patch44
-rw-r--r--meta/recipes-devtools/bison/bison_3.6.2.bb (renamed from meta/recipes-devtools/bison/bison_3.5.4.bb)5
2 files changed, 2 insertions, 47 deletions
diff --git a/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch.patch b/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch.patch
deleted file mode 100644
index 8a41a3a762..0000000000
--- a/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch.patch
+++ /dev/null
@@ -1,44 +0,0 @@
1From 31bb81ef15c42b10844eb8af8738f672076edf0e Mon Sep 17 00:00:00 2001
2From: Marko Lindqvist <cazfi74@gmail.com>
3Date: Tue, 21 Apr 2015 00:48:45 -0700
4Subject: [PATCH] doc/local.mk: dont-depend-on-help2man.patch
5
6Upstream-Status: Inappropriate
7
8Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
9
10Updated for bison 3.0.4
11
12Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
13
14---
15 doc/local.mk | 9 +--------
16 1 file changed, 1 insertion(+), 8 deletions(-)
17
18diff --git a/doc/local.mk b/doc/local.mk
19index d12836e..f9bf332 100644
20--- a/doc/local.mk
21+++ b/doc/local.mk
22@@ -101,10 +101,7 @@ endif ! CROSS_COMPILING
23 ## Man Pages. ##
24 ## ----------- ##
25
26-dist_man_MANS = $(top_srcdir)/doc/bison.1
27-
28-EXTRA_DIST += $(dist_man_MANS:.1=.x)
29-MAINTAINERCLEANFILES += $(dist_man_MANS)
30+EXTRA_DIST += bison.x
31
32 # Differences to ignore when comparing the man page (the date).
33 remove_time_stamp = \
34@@ -127,10 +124,6 @@ $(top_srcdir)/doc/bison.1: $(MAN_DEPS)
35 fi
36 $(AM_V_at)rm -f $@*.tmp
37
38-if ENABLE_YACC
39-nodist_man_MANS = doc/yacc.1
40-endif
41-
42 ## ----------------------------- ##
43 ## Graphviz examples generation. ##
44 ## ----------------------------- ##
diff --git a/meta/recipes-devtools/bison/bison_3.5.4.bb b/meta/recipes-devtools/bison/bison_3.6.2.bb
index 124bc41d3e..2ec9381231 100644
--- a/meta/recipes-devtools/bison/bison_3.5.4.bb
+++ b/meta/recipes-devtools/bison/bison_3.6.2.bb
@@ -10,11 +10,10 @@ 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://dont-depend-on-help2man.patch.patch \
14 file://add-with-bisonlocaledir.patch \ 13 file://add-with-bisonlocaledir.patch \
15 file://0001-bison-fix-the-parallel-build.patch \ 14 file://0001-bison-fix-the-parallel-build.patch \
16" 15 "
17SRC_URI[sha256sum] = "4c17e99881978fa32c05933c5262457fa5b2b611668454f8dc2a695cd6b3720c" 16SRC_URI[sha256sum] = "4a164b5cc971b896ce976bf4b624fab7279e0729cf983a5135df7e4df0970f6e"
18 17
19# No point in hardcoding path to m4, just use PATH 18# No point in hardcoding path to m4, just use PATH
20EXTRA_OECONF += "M4=m4" 19EXTRA_OECONF += "M4=m4"