summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/coreutils/coreutils-6.9/no-man.patch21
-rw-r--r--meta/recipes-core/coreutils/coreutils_6.9.bb1
2 files changed, 22 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 \
diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb
index 35700a32fd..6bcf8de50c 100644
--- a/meta/recipes-core/coreutils/coreutils_6.9.bb
+++ b/meta/recipes-core/coreutils/coreutils_6.9.bb
@@ -26,6 +26,7 @@ SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.bz2 \
26 file://coreutils-fix-texinfo.patch \ 26 file://coreutils-fix-texinfo.patch \
27 file://fix_for_manpage_building.patch \ 27 file://fix_for_manpage_building.patch \
28 file://loadavg.patch \ 28 file://loadavg.patch \
29 file://no-man.patch \
29 " 30 "
30 31
31SRC_URI[md5sum] = "c9607d8495f16e98906e7ed2d9751a06" 32SRC_URI[md5sum] = "c9607d8495f16e98906e7ed2d9751a06"