summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/coreutils
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2025-02-12 21:59:59 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-18 11:56:04 +0000
commitb94e1da2e604e1f9e47368582c726d3c03f8116b (patch)
tree39ce4c051095bdb5fb3af3bce112272d5cea264a /meta/recipes-core/coreutils
parent225b8e9a09330eaedfd20e725429cb6efaafe22a (diff)
downloadpoky-b94e1da2e604e1f9e47368582c726d3c03f8116b.tar.gz
coreutils: upgrade from 9.5 to 9.6
Upgrade coreutils from 9.5 to 9.6. License-Update: Update copyright year (2024 -> 2025). Fix do_install_ptest for new version to avoid buildpath QA issue. (From OE-Core rev: b3de417033fda92956db093cf17a0b5134bd2f88) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/coreutils')
-rw-r--r--meta/recipes-core/coreutils/coreutils_9.6.bb (renamed from meta/recipes-core/coreutils/coreutils_9.5.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_9.5.bb b/meta/recipes-core/coreutils/coreutils_9.6.bb
index 5372318312..0527787934 100644
--- a/meta/recipes-core/coreutils/coreutils_9.5.bb
+++ b/meta/recipes-core/coreutils/coreutils_9.6.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "http://www.gnu.org/software/coreutils/"
6BUGTRACKER = "http://debbugs.gnu.org/coreutils" 6BUGTRACKER = "http://debbugs.gnu.org/coreutils"
7LICENSE = "GPL-3.0-or-later" 7LICENSE = "GPL-3.0-or-later"
8LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \ 8LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \
9 file://src/ls.c;beginline=1;endline=15;md5=9ac94aaed7fd46fd8df7147a9e3410cb \ 9 file://src/ls.c;beginline=1;endline=15;md5=824c1997414aea9f344747bd81cf5a31 \
10 " 10 "
11DEPENDS = "gmp libcap" 11DEPENDS = "gmp libcap"
12DEPENDS:class-native = "" 12DEPENDS:class-native = ""
@@ -19,7 +19,7 @@ SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.xz \
19 file://intermittent-testfailure.patch \ 19 file://intermittent-testfailure.patch \
20 file://run-ptest \ 20 file://run-ptest \
21 " 21 "
22SRC_URI[sha256sum] = "cd328edeac92f6a665de9f323c93b712af1858bc2e0d88f3f7100469470a1b8a" 22SRC_URI[sha256sum] = "7a0124327b398fd9eb1a6abde583389821422c744ffa10734b24f557610d3283"
23 23
24# http://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=v8.27-101-gf5d7c0842 24# http://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=v8.27-101-gf5d7c0842
25# 25#
@@ -205,6 +205,7 @@ do_install_ptest () {
205 sed -i '/^abs_top_srcdir/s/= .*$/= \$\{PWD\}/g' ${D}${PTEST_PATH}/Makefile 205 sed -i '/^abs_top_srcdir/s/= .*$/= \$\{PWD\}/g' ${D}${PTEST_PATH}/Makefile
206 sed -i '/^built_programs/s/ginstall/install/g' ${D}${PTEST_PATH}/Makefile 206 sed -i '/^built_programs/s/ginstall/install/g' ${D}${PTEST_PATH}/Makefile
207 sed -i '/^CC =/s/ --sysroot=.*recipe-sysroot/ /g' ${D}${PTEST_PATH}/Makefile 207 sed -i '/^CC =/s/ --sysroot=.*recipe-sysroot/ /g' ${D}${PTEST_PATH}/Makefile
208 sed -i '/^BUILD_LDFLAGS =/d' ${D}${PTEST_PATH}/Makefile
208 chmod -R 777 ${D}${PTEST_PATH} 209 chmod -R 777 ${D}${PTEST_PATH}
209 210
210 # Disable subcase stty-pairs.sh, it will cause test framework hang 211 # Disable subcase stty-pairs.sh, it will cause test framework hang