From 51f4144b516a6a57aba47c6c3dd97da4d27a2af9 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 29 Jun 2004 19:29:07 +0000 Subject: [PATCH] Merge openembedded@openembedded.bkbits.net:packages into zelda.tuxnami.org:/home/kergoth/code/packages 2004/06/29 14:26:41-05:00 (none)!kergoth Fix the coreutils 5.1.3 build failure. Added a configure option to disable man pages, and made them disabled by default when crosscompiling. BKrev: 40e1c303Lc0tFqm9-8MDljlYYPbNWw --- coreutils/coreutils-5.1.3/man.patch | 0 coreutils/coreutils_5.1.3.oe | 5 ++--- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 coreutils/coreutils-5.1.3/man.patch diff --git a/coreutils/coreutils-5.1.3/man.patch b/coreutils/coreutils-5.1.3/man.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/coreutils/coreutils_5.1.3.oe b/coreutils/coreutils_5.1.3.oe index 40d1dea198..f7731605d6 100644 --- a/coreutils/coreutils_5.1.3.oe +++ b/coreutils/coreutils_5.1.3.oe @@ -1,8 +1,7 @@ DESCRIPTION = "A collection of core GNU utilities." SRC_URI = "ftp://alpha.gnu.org/gnu/coreutils/coreutils-${PV}.tar.bz2 \ - file://install-cross.patch;patch=1;pnum=0" + file://install-cross.patch;patch=1;pnum=0 \ + file://man.patch;patch=1" inherit autotools - -export EXTRA_OEMAKE="'SUBDIRS=lib src doc m4 po tests' MAKEFLAGS=" -- 2.39.5