summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/coreutils/coreutils-6.9/no-man.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/coreutils/coreutils-6.9/no-man.patch')
-rw-r--r--meta/recipes-core/coreutils/coreutils-6.9/no-man.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-core/coreutils/coreutils-6.9/no-man.patch b/meta/recipes-core/coreutils/coreutils-6.9/no-man.patch
new file mode 100644
index 0000000000..6767d7debb
--- /dev/null
+++ b/meta/recipes-core/coreutils/coreutils-6.9/no-man.patch
@@ -0,0 +1,21 @@
1Disable manpages for coreutils. These are generated by running the host version --help
2which is going to give incorrect results so its better simply not to do this at all.
3
4RP 2017/3/9
5Upstream-Status: Inappropriate [OE cross compile specific hack]
6
7Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
8
9Index: coreutils-6.9/Makefile.am
10===================================================================
11--- coreutils-6.9.orig/Makefile.am
12+++ coreutils-6.9/Makefile.am
13@@ -17,7 +17,7 @@
14 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
15 # 02110-1301, USA.
16
17-SUBDIRS = lib src doc man po tests
18+SUBDIRS = lib src doc po tests
19 EXTRA_DIST = Makefile.cfg Makefile.maint GNUmakefile \
20 .gitignore \
21 .hgignore \