summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch.patch')
-rw-r--r--meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch.patch16
1 files changed, 7 insertions, 9 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
index ac16c5770a..8a41a3a762 100644
--- a/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch.patch
+++ b/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch.patch
@@ -1,4 +1,4 @@
1From 4c0d7733f30903f8d7c7cd7433f5c8a7505e35f5 Mon Sep 17 00:00:00 2001 1From 31bb81ef15c42b10844eb8af8738f672076edf0e Mon Sep 17 00:00:00 2001
2From: Marko Lindqvist <cazfi74@gmail.com> 2From: Marko Lindqvist <cazfi74@gmail.com>
3Date: Tue, 21 Apr 2015 00:48:45 -0700 3Date: Tue, 21 Apr 2015 00:48:45 -0700
4Subject: [PATCH] doc/local.mk: dont-depend-on-help2man.patch 4Subject: [PATCH] doc/local.mk: dont-depend-on-help2man.patch
@@ -10,15 +10,16 @@ Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
10Updated for bison 3.0.4 10Updated for bison 3.0.4
11 11
12Signed-off-by: Robert Yang <liezhi.yang@windriver.com> 12Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
13
13--- 14---
14 doc/local.mk | 9 +-------- 15 doc/local.mk | 9 +--------
15 1 file changed, 1 insertion(+), 8 deletions(-) 16 1 file changed, 1 insertion(+), 8 deletions(-)
16 17
17diff --git a/doc/local.mk b/doc/local.mk 18diff --git a/doc/local.mk b/doc/local.mk
18index c340452..642f385 100644 19index d12836e..f9bf332 100644
19--- a/doc/local.mk 20--- a/doc/local.mk
20+++ b/doc/local.mk 21+++ b/doc/local.mk
21@@ -98,10 +98,7 @@ endif ! CROSS_COMPILING 22@@ -101,10 +101,7 @@ endif ! CROSS_COMPILING
22 ## Man Pages. ## 23 ## Man Pages. ##
23 ## ----------- ## 24 ## ----------- ##
24 25
@@ -30,9 +31,9 @@ index c340452..642f385 100644
30 31
31 # Differences to ignore when comparing the man page (the date). 32 # Differences to ignore when comparing the man page (the date).
32 remove_time_stamp = \ 33 remove_time_stamp = \
33@@ -124,10 +121,6 @@ $(top_srcdir)/doc/bison.1: $(MAN_DEPS) 34@@ -127,10 +124,6 @@ $(top_srcdir)/doc/bison.1: $(MAN_DEPS)
34 fi 35 fi
35 $(AM_V_at)rm -f $@*.t 36 $(AM_V_at)rm -f $@*.tmp
36 37
37-if ENABLE_YACC 38-if ENABLE_YACC
38-nodist_man_MANS = doc/yacc.1 39-nodist_man_MANS = doc/yacc.1
@@ -41,6 +42,3 @@ index c340452..642f385 100644
41 ## ----------------------------- ## 42 ## ----------------------------- ##
42 ## Graphviz examples generation. ## 43 ## Graphviz examples generation. ##
43 ## ----------------------------- ## 44 ## ----------------------------- ##
44--
451.7.9.5
46