From 46349e1a8734fb94a04bf7c234c01fa175333238 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 9 Mar 2017 16:17:03 +0000 Subject: 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 --- recipes-core/coreutils/coreutils-6.9/no-man.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes-core/coreutils/coreutils-6.9/no-man.patch (limited to 'recipes-core/coreutils/coreutils-6.9') 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 @@ +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 \ -- cgit v1.2.3-54-g00ecf