aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/coreutils/coreutils-6.9/no-man.patch
blob: 6767d7debbccd2ae47aedbc13f3924db3a28ce02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Disable manpages for coreutils. These are generated by running the host version --help
which is going to give incorrect results so its better simply not to do this at all.

RP 2017/3/9
Upstream-Status: Inappropriate [OE cross compile specific hack]

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>

Index: coreutils-6.9/Makefile.am
===================================================================
--- coreutils-6.9.orig/Makefile.am
+++ coreutils-6.9/Makefile.am
@@ -17,7 +17,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 # 02110-1301, USA.
 
-SUBDIRS = lib src doc man po tests
+SUBDIRS = lib src doc po tests
 EXTRA_DIST = Makefile.cfg Makefile.maint GNUmakefile \
   .gitignore \
   .hgignore \