mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
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>
This commit is contained in:
+40
@@ -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
|
||||||
|
|
||||||
+5
-4
@@ -21,12 +21,13 @@ SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.xz;name=tarball \
|
|||||||
file://0001-uname-report-processor-and-hardware-correctly.patch \
|
file://0001-uname-report-processor-and-hardware-correctly.patch \
|
||||||
file://disable-ls-output-quoting.patch \
|
file://disable-ls-output-quoting.patch \
|
||||||
file://0001-local.mk-fix-cross-compiling-problem.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.md5sum] = "e7cb20d0572cc40d9f47ede6454406d1"
|
||||||
SRC_URI[tarball.sha256sum] = "8891d349ee87b9ff7870f52b6d9312a9db672d2439d289bc57084771ca21656b"
|
SRC_URI[tarball.sha256sum] = "1117b1a16039ddd84d51a9923948307cfa28c2cea03d1a2438742253df0a0c65"
|
||||||
SRC_URI[manpages.md5sum] = "1b31a688d06764e0e94aa20b7ea08222"
|
SRC_URI[manpages.md5sum] = "3a7c626aad1c9077f254e5c2553a2f60"
|
||||||
SRC_URI[manpages.sha256sum] = "1f615819e9167646c731636b6c5ecbe79837e82a18666bacc82c3fb1dfcfaea3"
|
SRC_URI[manpages.sha256sum] = "d72c3fa79ae328a4fd1107102e8946755aa2e908044e1efcf1e71ef206dca042"
|
||||||
|
|
||||||
EXTRA_OECONF_class-native = "--without-gmp"
|
EXTRA_OECONF_class-native = "--without-gmp"
|
||||||
EXTRA_OECONF_class-target = "--enable-install-program=arch --libexecdir=${libdir}"
|
EXTRA_OECONF_class-target = "--enable-install-program=arch --libexecdir=${libdir}"
|
||||||
Reference in New Issue
Block a user