mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
coreutils: upgrade to 8.23
fix-for-dummy-man-usage.patch is rebased. (From OE-Core rev: 4fb3752824ff20e5b5b322e6e12211c81795313c) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -9,23 +9,23 @@ would appear when compiling.
|
||||
|
||||
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
|
||||
---
|
||||
man/local.mk | 2 +-
|
||||
man/local.mk | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/man/local.mk b/man/local.mk
|
||||
index 7cef5e3..dc0865f 100644
|
||||
index ba8fbf7..3833458 100644
|
||||
--- a/man/local.mk
|
||||
+++ b/man/local.mk
|
||||
@@ -189,8 +189,8 @@ man/yes.1: src/yes
|
||||
@@ -101,8 +101,8 @@ man/dynamic-deps.mk: Makefile
|
||||
&& $(run_help2man) \
|
||||
--source='$(PACKAGE_STRING)' \
|
||||
--include=$(srcdir)/man/$$name.x \
|
||||
- --output=$$t/$$name.1 $$t/$$name \
|
||||
- --output=$$t/$$name.1 $$t/$$argv \
|
||||
--info-page='coreutils \(aq'$$name' invocation\(aq' \
|
||||
+ --output=$$t/$$name.1 $$t/$$name \
|
||||
+ --output=$$t/$$name.1 $$t/$$argv \
|
||||
&& sed \
|
||||
-e 's|$*\.td/||g' \
|
||||
-e '/For complete documentation/d' \
|
||||
--
|
||||
1.7.9.5
|
||||
1.9.1
|
||||
|
||||
@@ -19,8 +19,8 @@ SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.xz \
|
||||
file://fix-selinux-flask.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "8fb0ae2267aa6e728958adc38f8163a2"
|
||||
SRC_URI[sha256sum] = "5b3e94998152c017e6c75d56b9b994188eb71bf46d4038a642cb9141f6ff1212"
|
||||
SRC_URI[md5sum] = "abed135279f87ad6762ce57ff6d89c41"
|
||||
SRC_URI[sha256sum] = "ec43ca5bcfc62242accb46b7f121f6b684ee21ecd7d075059bf650ff9e37b82d"
|
||||
|
||||
EXTRA_OECONF_class-native = "--without-gmp"
|
||||
EXTRA_OECONF_class-target = "--enable-install-program=arch --libexecdir=${libdir}"
|
||||
Reference in New Issue
Block a user