diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2017-12-06 12:37:05 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-18 18:00:22 +0000 |
commit | d4fad8ec23f792b0d20b5d20b51134e643672dce (patch) | |
tree | 051381740b18e6c2d24e151cd00b6fb8dc54308f | |
parent | f28890ae2eb8a9cb2da39588e696a4b0c501bdf0 (diff) | |
download | openembedded-core-contrib-d4fad8ec23f792b0d20b5d20b51134e643672dce.tar.gz |
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 <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-core/coreutils/coreutils/0001-doc-fix-Up-field-of-realpath-usage-examples.patch | 40 | ||||
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_8.28.bb (renamed from meta/recipes-core/coreutils/coreutils_8.27.bb) | 9 |
2 files changed, 45 insertions, 4 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 new file mode 100644 index 00000000000..d7638429667 --- /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 <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_8.27.bb b/meta/recipes-core/coreutils/coreutils_8.28.bb index ea8740a2d11..a98072425c3 100644 --- a/meta/recipes-core/coreutils/coreutils_8.27.bb +++ b/meta/recipes-core/coreutils/coreutils_8.28.bb @@ -21,12 +21,13 @@ SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.xz;name=tarball \ file://0001-uname-report-processor-and-hardware-correctly.patch \ file://disable-ls-output-quoting.patch \ file://0001-local.mk-fix-cross-compiling-problem.patch \ + file://0001-doc-fix-Up-field-of-realpath-usage-examples.patch \ " -SRC_URI[tarball.md5sum] = "502795792c212932365e077946d353ae" -SRC_URI[tarball.sha256sum] = "8891d349ee87b9ff7870f52b6d9312a9db672d2439d289bc57084771ca21656b" -SRC_URI[manpages.md5sum] = "1b31a688d06764e0e94aa20b7ea08222" -SRC_URI[manpages.sha256sum] = "1f615819e9167646c731636b6c5ecbe79837e82a18666bacc82c3fb1dfcfaea3" +SRC_URI[tarball.md5sum] = "e7cb20d0572cc40d9f47ede6454406d1" +SRC_URI[tarball.sha256sum] = "1117b1a16039ddd84d51a9923948307cfa28c2cea03d1a2438742253df0a0c65" +SRC_URI[manpages.md5sum] = "3a7c626aad1c9077f254e5c2553a2f60" +SRC_URI[manpages.sha256sum] = "d72c3fa79ae328a4fd1107102e8946755aa2e908044e1efcf1e71ef206dca042" EXTRA_OECONF_class-native = "--without-gmp" EXTRA_OECONF_class-target = "--enable-install-program=arch --libexecdir=${libdir}" |