diff options
-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=" |