summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/autoconf/autoconf/no-man.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/autoconf/autoconf/no-man.patch')
-rw-r--r--meta/recipes-devtools/autoconf/autoconf/no-man.patch19
1 files changed, 17 insertions, 2 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf/no-man.patch b/meta/recipes-devtools/autoconf/autoconf/no-man.patch
index 2c44375f43..3e741edfb2 100644
--- a/meta/recipes-devtools/autoconf/autoconf/no-man.patch
+++ b/meta/recipes-devtools/autoconf/autoconf/no-man.patch
@@ -1,14 +1,26 @@
1From 8bcaf677e41f1f5d3fa0a746e35958e7b303ac71 Mon Sep 17 00:00:00 2001
2From: Ross Burton <ross.burton@arm.com>
3Date: Wed, 15 Jul 2020 16:03:21 +0100
4Subject: [PATCH] autoconf: upgrade to 2.71
5
1For native builds we don't care about the documentation, and this would 6For native builds we don't care about the documentation, and this would
2otherwise pull in a dependency on help2man. 7otherwise pull in a dependency on help2man.
3 8
4Upstream-Status: Inappropriate 9Upstream-Status: Inappropriate
5Signed-off-by: Ross Burton <ross.burton@arm.com> 10Signed-off-by: Ross Burton <ross.burton@arm.com>
6 11
12---
13 Makefile.in | 10 ----------
14 1 file changed, 10 deletions(-)
15
7diff --git a/Makefile.in b/Makefile.in 16diff --git a/Makefile.in b/Makefile.in
8index 146e8e3..a1827c1 100644 17index c8d6425..72d6d05 100644
9--- a/Makefile.in 18--- a/Makefile.in
10+++ b/Makefile.in 19+++ b/Makefile.in
11@@ -763,10 +762,0 @@ dist_buildaux_SCRIPTS = \ 20@@ -771,16 +771,6 @@ buildauxdir = $(pkgdatadir)/build-aux
21 dist_buildaux_DATA = \
22 $(AUXSCRIPTS)
23
12-dist_man_MANS = \ 24-dist_man_MANS = \
13- man/autoconf.1 \ 25- man/autoconf.1 \
14- man/autoheader.1 \ 26- man/autoheader.1 \
@@ -19,3 +31,6 @@ index 146e8e3..a1827c1 100644
19- man/ifnames.1 31- man/ifnames.1
20- 32-
21- 33-
34 # Each manpage depends on:
35 # - its .w and .x files and its source script in bin/
36 # - common.x for the SEE ALSO list