From: Huang Qiyu Date: Tue, 11 Apr 2017 08:52:29 +0000 (+0800) Subject: coreutils: 8.26 -> 8.27 X-Git-Tag: uninative-1.7~919 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f59039820389cef334fa50d879e9a14d88ac8fb6;p=openembedded-core.git coreutils: 8.26 -> 8.27 Upgrade coreutils from 8.26 to 8.27. Signed-off-by: Huang Qiyu Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/coreutils/coreutils-8.26/0001-Unset-need_charset_alias-when-building-for-musl.patch b/meta/recipes-core/coreutils/coreutils-8.27/0001-Unset-need_charset_alias-when-building-for-musl.patch similarity index 100% rename from meta/recipes-core/coreutils/coreutils-8.26/0001-Unset-need_charset_alias-when-building-for-musl.patch rename to meta/recipes-core/coreutils/coreutils-8.27/0001-Unset-need_charset_alias-when-building-for-musl.patch diff --git a/meta/recipes-core/coreutils/coreutils-8.26/0001-local.mk-fix-cross-compiling-problem.patch b/meta/recipes-core/coreutils/coreutils-8.27/0001-local.mk-fix-cross-compiling-problem.patch similarity index 100% rename from meta/recipes-core/coreutils/coreutils-8.26/0001-local.mk-fix-cross-compiling-problem.patch rename to meta/recipes-core/coreutils/coreutils-8.27/0001-local.mk-fix-cross-compiling-problem.patch diff --git a/meta/recipes-core/coreutils/coreutils-8.26/0001-uname-report-processor-and-hardware-correctly.patch b/meta/recipes-core/coreutils/coreutils-8.27/0001-uname-report-processor-and-hardware-correctly.patch similarity index 100% rename from meta/recipes-core/coreutils/coreutils-8.26/0001-uname-report-processor-and-hardware-correctly.patch rename to meta/recipes-core/coreutils/coreutils-8.27/0001-uname-report-processor-and-hardware-correctly.patch diff --git a/meta/recipes-core/coreutils/coreutils-8.26/disable-ls-output-quoting.patch b/meta/recipes-core/coreutils/coreutils-8.27/disable-ls-output-quoting.patch similarity index 100% rename from meta/recipes-core/coreutils/coreutils-8.26/disable-ls-output-quoting.patch rename to meta/recipes-core/coreutils/coreutils-8.27/disable-ls-output-quoting.patch diff --git a/meta/recipes-core/coreutils/coreutils-8.26/fix-selinux-flask.patch b/meta/recipes-core/coreutils/coreutils-8.27/fix-selinux-flask.patch similarity index 100% rename from meta/recipes-core/coreutils/coreutils-8.26/fix-selinux-flask.patch rename to meta/recipes-core/coreutils/coreutils-8.27/fix-selinux-flask.patch diff --git a/meta/recipes-core/coreutils/coreutils-8.26/man-decouple-manpages-from-build.patch b/meta/recipes-core/coreutils/coreutils-8.27/man-decouple-manpages-from-build.patch similarity index 100% rename from meta/recipes-core/coreutils/coreutils-8.26/man-decouple-manpages-from-build.patch rename to meta/recipes-core/coreutils/coreutils-8.27/man-decouple-manpages-from-build.patch diff --git a/meta/recipes-core/coreutils/coreutils-8.26/remove-usr-local-lib-from-m4.patch b/meta/recipes-core/coreutils/coreutils-8.27/remove-usr-local-lib-from-m4.patch similarity index 100% rename from meta/recipes-core/coreutils/coreutils-8.26/remove-usr-local-lib-from-m4.patch rename to meta/recipes-core/coreutils/coreutils-8.27/remove-usr-local-lib-from-m4.patch diff --git a/meta/recipes-core/coreutils/coreutils_8.26.bb b/meta/recipes-core/coreutils/coreutils_8.27.bb similarity index 94% rename from meta/recipes-core/coreutils/coreutils_8.26.bb rename to meta/recipes-core/coreutils/coreutils_8.27.bb index 52ef1013ca..667e0af560 100644 --- a/meta/recipes-core/coreutils/coreutils_8.26.bb +++ b/meta/recipes-core/coreutils/coreutils_8.27.bb @@ -23,10 +23,10 @@ SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.xz;name=tarball \ file://0001-local.mk-fix-cross-compiling-problem.patch \ " -SRC_URI[tarball.md5sum] = "d5aa2072f662d4118b9f4c63b94601a6" -SRC_URI[tarball.sha256sum] = "155e94d748f8e2bc327c66e0cbebdb8d6ab265d2f37c3c928f7bf6c3beba9a8e" -SRC_URI[manpages.md5sum] = "b58107f532f7beffcb2f38e2ac1f2da3" -SRC_URI[manpages.sha256sum] = "9324ec412ffca3b0431e6299720c33ac98e749e430f72a7c6e65f3635c86aa29" +SRC_URI[tarball.md5sum] = "502795792c212932365e077946d353ae" +SRC_URI[tarball.sha256sum] = "8891d349ee87b9ff7870f52b6d9312a9db672d2439d289bc57084771ca21656b" +SRC_URI[manpages.md5sum] = "1b31a688d06764e0e94aa20b7ea08222" +SRC_URI[manpages.sha256sum] = "1f615819e9167646c731636b6c5ecbe79837e82a18666bacc82c3fb1dfcfaea3" EXTRA_OECONF_class-native = "--without-gmp" EXTRA_OECONF_class-target = "--enable-install-program=arch --libexecdir=${libdir}"