aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/coreutils/coreutils
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2018-01-09 09:40:09 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-14 09:11:27 +0000
commit77c6b5eb7b4b4254a3fc90337e93691baed7cc7e (patch)
tree67adbd1ec0c98a4e5e2b693bd468b0609c1d5d7b /meta/recipes-core/coreutils/coreutils
parent1ef45d377519983df827650cd0913e0d2c8a785b (diff)
downloadopenembedded-core-contrib-77c6b5eb7b4b4254a3fc90337e93691baed7cc7e.tar.gz
coreutils: upgrade to 8.29
* ls.c license checksum is changed, but the license remains the same. * The backported patch 0001-doc-fix-Up-field-of-realpath-usage-examples.patch is dropped. * The new version provides native manual page support, there's no need to download extra manual page from gentoo site. * man-decouple-manpages-from-build.patch is removed, as new version has manual page support in environment lacking of perl. * hostname is explicitly enabled to keep the same with previous recipe's behaviour. * ALTERNATIVE_XXX settings for lbracket.1 are removed as there's no such file. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/coreutils/coreutils')
-rw-r--r--meta/recipes-core/coreutils/coreutils/0001-doc-fix-Up-field-of-realpath-usage-examples.patch40
-rw-r--r--meta/recipes-core/coreutils/coreutils/man-decouple-manpages-from-build.patch27
2 files changed, 0 insertions, 67 deletions
diff --git a/meta/recipes-core/coreutils/coreutils/0001-doc-fix-Up-field-of-realpath-usage-examples.patch b/meta/recipes-core/coreutils/coreutils/0001-doc-fix-Up-field-of-realpath-usage-examples.patch
deleted file mode 100644
index d763842966..0000000000
--- a/meta/recipes-core/coreutils/coreutils/0001-doc-fix-Up-field-of-realpath-usage-examples.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From e83f10c48309b722570dc53a22deb355433f8cbc Mon Sep 17 00:00:00 2001
-From: Bernhard Voelker <mail@bernhard-voelker.de>
-Date: Tue, 5 Sep 2017 00:20:01 +0200
-Subject: [PATCH] doc: fix "Up" field of realpath usage examples
-
-Older versions of 'makeinfo' choke on a missing reference:
-
- ./doc/coreutils.texi:14177: `Realpath usage examples' has no Up field\
- (perhaps incorrect sectioning?).
- makeinfo: Removing output file `doc/coreutils.info' due to errors; \
- use --force to preserve.
-
-* doc/coreutils.texi (realpath invocation): Add a menu referencing
-the usage examples - introduced in v8.27-91-g7449f0d.
-
-Upstream-Status: Backport
-
-Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
----
- doc/coreutils.texi | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/doc/coreutils.texi b/doc/coreutils.texi
-index 70e2b76..d374b4a 100644
---- a/doc/coreutils.texi
-+++ b/doc/coreutils.texi
-@@ -14175,6 +14175,10 @@ Exit status:
- 1 otherwise.
- @end display
-
-+@menu
-+* Realpath usage examples:: Realpath usage examples.
-+@end menu
-+
-
- @node Realpath usage examples
- @subsection Realpath usage examples
---
-2.1.0
-
diff --git a/meta/recipes-core/coreutils/coreutils/man-decouple-manpages-from-build.patch b/meta/recipes-core/coreutils/coreutils/man-decouple-manpages-from-build.patch
deleted file mode 100644
index 3c896a11bf..0000000000
--- a/meta/recipes-core/coreutils/coreutils/man-decouple-manpages-from-build.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From b4d258629f090066783c3b4c91b40f63b9d0a296 Mon Sep 17 00:00:00 2001
-From: Paul Gortmaker <paul.gortmaker@windriver.com>
-Date: Sun, 8 Feb 2015 16:51:57 -0500
-Subject: [PATCH] man: decouple manpages from build
-
-The use of "help2man" doesn't work at all for cross compile, in
-addition to the extra requirement of perl it adds.
-
-Just decouple the manpages from the build in order to pave the way for
-importing prebuilt manpages that can be used in a cross build situation.
-
-Upstream-Status: Inappropriate [upstream doesn't care about x-compile case.]
-Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-
-diff --git a/Makefile.am b/Makefile.am
-index fb4af27..7576b2c 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -214,5 +214,4 @@ AM_CPPFLAGS = -Ilib -I$(top_srcdir)/lib -Isrc -I$(top_srcdir)/src
- include $(top_srcdir)/lib/local.mk
- include $(top_srcdir)/src/local.mk
- include $(top_srcdir)/doc/local.mk
--include $(top_srcdir)/man/local.mk
- include $(top_srcdir)/tests/local.mk
---
-2.2.2
-