diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-09 16:17:03 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-09 21:42:10 +0000 |
commit | 46349e1a8734fb94a04bf7c234c01fa175333238 (patch) | |
tree | 4d05b52636fd984f9aa306e5c4220ce5850eb01c | |
parent | cb7a11349e25bba70df0487ec611a54b8480d905 (diff) | |
download | meta-gplv2-46349e1a8734fb94a04bf7c234c01fa175333238.tar.gz |
coreutils: Disable broken man pages
These are generated from --help output of the host tools which is clearly
incorrect, particularly given the older nature of this recipe. Simply
disable them entirely.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | recipes-core/coreutils/coreutils-6.9/no-man.patch | 19 | ||||
-rw-r--r-- | recipes-core/coreutils/coreutils_6.9.bb | 1 |
2 files changed, 20 insertions, 0 deletions
diff --git a/recipes-core/coreutils/coreutils-6.9/no-man.patch b/recipes-core/coreutils/coreutils-6.9/no-man.patch new file mode 100644 index 0000000..cc9dfc8 --- /dev/null +++ b/recipes-core/coreutils/coreutils-6.9/no-man.patch | |||
@@ -0,0 +1,19 @@ | |||
1 | Disable manpages for coreutils. These are generated by running the host version --help | ||
2 | which is going to give incorrect results so its better simply not to do this at all. | ||
3 | |||
4 | RP 2017/3/9 | ||
5 | Upstream-Status: Inappropriate [OE cross compile specific hack] | ||
6 | |||
7 | Index: coreutils-6.9/Makefile.am | ||
8 | =================================================================== | ||
9 | --- coreutils-6.9.orig/Makefile.am | ||
10 | +++ coreutils-6.9/Makefile.am | ||
11 | @@ -17,7 +17,7 @@ | ||
12 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
13 | # 02110-1301, USA. | ||
14 | |||
15 | -SUBDIRS = lib src doc man po tests | ||
16 | +SUBDIRS = lib src doc po tests | ||
17 | EXTRA_DIST = Makefile.cfg Makefile.maint GNUmakefile \ | ||
18 | .gitignore \ | ||
19 | .hgignore \ | ||
diff --git a/recipes-core/coreutils/coreutils_6.9.bb b/recipes-core/coreutils/coreutils_6.9.bb index 821aafc..5c60048 100644 --- a/recipes-core/coreutils/coreutils_6.9.bb +++ b/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 | ||
31 | SRC_URI[md5sum] = "c9607d8495f16e98906e7ed2d9751a06" | 32 | SRC_URI[md5sum] = "c9607d8495f16e98906e7ed2d9751a06" |