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:03:56 +0000 |
| commit | f9b53a80a55eba40dea81540853af4e2a2ada793 (patch) | |
| tree | 051193ab1dd9ee699db8beef541cd052a97ce843 | |
| parent | 60ceabb92276ff182042c866b3e6e25fe9ff20d1 (diff) | |
| download | poky-f9b53a80a55eba40dea81540853af4e2a2ada793.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'
(From OE-Core rev: d4fad8ec23f792b0d20b5d20b51134e643672dce)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 0000000000..d763842966 --- /dev/null +++ b/meta/recipes-core/coreutils/coreutils/0001-doc-fix-Up-field-of-realpath-usage-examples.patch | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | From e83f10c48309b722570dc53a22deb355433f8cbc Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Bernhard Voelker <mail@bernhard-voelker.de> | ||
| 3 | Date: Tue, 5 Sep 2017 00:20:01 +0200 | ||
| 4 | Subject: [PATCH] doc: fix "Up" field of realpath usage examples | ||
| 5 | |||
| 6 | Older versions of 'makeinfo' choke on a missing reference: | ||
| 7 | |||
| 8 | ./doc/coreutils.texi:14177: `Realpath usage examples' has no Up field\ | ||
| 9 | (perhaps incorrect sectioning?). | ||
| 10 | makeinfo: Removing output file `doc/coreutils.info' due to errors; \ | ||
| 11 | use --force to preserve. | ||
| 12 | |||
| 13 | * doc/coreutils.texi (realpath invocation): Add a menu referencing | ||
| 14 | the usage examples - introduced in v8.27-91-g7449f0d. | ||
| 15 | |||
| 16 | Upstream-Status: Backport | ||
| 17 | |||
| 18 | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> | ||
| 19 | --- | ||
| 20 | doc/coreutils.texi | 4 ++++ | ||
| 21 | 1 file changed, 4 insertions(+) | ||
| 22 | |||
| 23 | diff --git a/doc/coreutils.texi b/doc/coreutils.texi | ||
| 24 | index 70e2b76..d374b4a 100644 | ||
| 25 | --- a/doc/coreutils.texi | ||
| 26 | +++ b/doc/coreutils.texi | ||
| 27 | @@ -14175,6 +14175,10 @@ Exit status: | ||
| 28 | 1 otherwise. | ||
| 29 | @end display | ||
| 30 | |||
| 31 | +@menu | ||
| 32 | +* Realpath usage examples:: Realpath usage examples. | ||
| 33 | +@end menu | ||
| 34 | + | ||
| 35 | |||
| 36 | @node Realpath usage examples | ||
| 37 | @subsection Realpath usage examples | ||
| 38 | -- | ||
| 39 | 2.1.0 | ||
| 40 | |||
diff --git a/meta/recipes-core/coreutils/coreutils_8.27.bb b/meta/recipes-core/coreutils/coreutils_8.28.bb index ea8740a2d1..a98072425c 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 \ | |||
| 21 | file://0001-uname-report-processor-and-hardware-correctly.patch \ | 21 | file://0001-uname-report-processor-and-hardware-correctly.patch \ |
| 22 | file://disable-ls-output-quoting.patch \ | 22 | file://disable-ls-output-quoting.patch \ |
| 23 | file://0001-local.mk-fix-cross-compiling-problem.patch \ | 23 | file://0001-local.mk-fix-cross-compiling-problem.patch \ |
| 24 | file://0001-doc-fix-Up-field-of-realpath-usage-examples.patch \ | ||
| 24 | " | 25 | " |
| 25 | 26 | ||
| 26 | SRC_URI[tarball.md5sum] = "502795792c212932365e077946d353ae" | 27 | SRC_URI[tarball.md5sum] = "e7cb20d0572cc40d9f47ede6454406d1" |
| 27 | SRC_URI[tarball.sha256sum] = "8891d349ee87b9ff7870f52b6d9312a9db672d2439d289bc57084771ca21656b" | 28 | SRC_URI[tarball.sha256sum] = "1117b1a16039ddd84d51a9923948307cfa28c2cea03d1a2438742253df0a0c65" |
| 28 | SRC_URI[manpages.md5sum] = "1b31a688d06764e0e94aa20b7ea08222" | 29 | SRC_URI[manpages.md5sum] = "3a7c626aad1c9077f254e5c2553a2f60" |
| 29 | SRC_URI[manpages.sha256sum] = "1f615819e9167646c731636b6c5ecbe79837e82a18666bacc82c3fb1dfcfaea3" | 30 | SRC_URI[manpages.sha256sum] = "d72c3fa79ae328a4fd1107102e8946755aa2e908044e1efcf1e71ef206dca042" |
| 30 | 31 | ||
| 31 | EXTRA_OECONF_class-native = "--without-gmp" | 32 | EXTRA_OECONF_class-native = "--without-gmp" |
| 32 | EXTRA_OECONF_class-target = "--enable-install-program=arch --libexecdir=${libdir}" | 33 | EXTRA_OECONF_class-target = "--enable-install-program=arch --libexecdir=${libdir}" |
