diff options
author | Chris Larson <clarson@kergoth.com> | 2004-06-29 19:29:07 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-06-29 19:29:07 +0000 |
commit | 51f4144b516a6a57aba47c6c3dd97da4d27a2af9 (patch) | |
tree | 5e7020d58e6a8f63399a9067116c5b2a5c6c619f | |
parent | d24429abaa0c5de2ab8c2cc04d90fc1e670c47f8 (diff) |
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
-rw-r--r-- | coreutils/coreutils-5.1.3/man.patch | 0 | ||||
-rw-r--r-- | coreutils/coreutils_5.1.3.oe | 5 |
2 files changed, 2 insertions, 3 deletions
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 --- /dev/null +++ b/coreutils/coreutils-5.1.3/man.patch 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=" |