summaryrefslogtreecommitdiffstats
path: root/recipes-core/coreutils/coreutils-6.9/no-man.patch
blob: cc9dfc85bff558add5fd0e5c3b0e51d431a4afda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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]

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 \