From d4fad8ec23f792b0d20b5d20b51134e643672dce Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Wed, 6 Dec 2017 12:37:05 +0800 Subject: coreutils: upgrade to 8.28 Upgrade coreutils to 8.28. Backport a patch to fix the following build error on centos7. warning: unreferenced node `Realpath usage examples' Signed-off-by: Chen Qi Signed-off-by: Ross Burton --- ...c-fix-Up-field-of-realpath-usage-examples.patch | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 meta/recipes-core/coreutils/coreutils/0001-doc-fix-Up-field-of-realpath-usage-examples.patch (limited to 'meta/recipes-core/coreutils/coreutils') 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 new file mode 100644 index 0000000000..d763842966 --- /dev/null +++ b/meta/recipes-core/coreutils/coreutils/0001-doc-fix-Up-field-of-realpath-usage-examples.patch @@ -0,0 +1,40 @@ +From e83f10c48309b722570dc53a22deb355433f8cbc Mon Sep 17 00:00:00 2001 +From: Bernhard Voelker +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 +--- + 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 + -- cgit 1.2.3-korg