diff mbox series

[14/55] coreutils: upgrade 9.1 -> 9.3

Message ID 20230614092918.4065570-14-alex@linutronix.de
State Accepted, archived
Commit fe6b74e61eada3ab0c5d71b3f7e6516c9d31cc91
Headers show
Series [01/55] insane.bbclass: add a SUMMARY/HOMEPAGE check (oe-core recipes only) | expand

Commit Message

Alexander Kanavin June 14, 2023, 9:28 a.m. UTC
License-Update: copyright years

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../coreutils/{coreutils_9.1.bb => coreutils_9.3.bb}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-core/coreutils/{coreutils_9.1.bb => coreutils_9.3.bb} (98%)

Comments

Ross Burton June 15, 2023, 8:14 a.m. UTC | #1
With this upgrade I get:

| checking whether MB_CUR_MAX is correct... configure: error: in `/yocto/ross/build/tmp/work/cortexa57-poky-linux/coreutils/9.3-r0/build':
| configure: error: cannot run test program while cross compiling

Ross
Alexander Kanavin June 15, 2023, 8:57 a.m. UTC | #2
This didn’t happen in a-full so can you check wh ere the difference is?

Alex

On Thu 15. Jun 2023 at 10.14, Ross Burton <Ross.Burton@arm.com> wrote:

> With this upgrade I get:
>
> | checking whether MB_CUR_MAX is correct... configure: error: in
> `/yocto/ross/build/tmp/work/cortexa57-poky-linux/coreutils/9.3-r0/build':
> | configure: error: cannot run test program while cross compiling
>
> Ross
diff mbox series

Patch

diff --git a/meta/recipes-core/coreutils/coreutils_9.1.bb b/meta/recipes-core/coreutils/coreutils_9.3.bb
similarity index 98%
rename from meta/recipes-core/coreutils/coreutils_9.1.bb
rename to meta/recipes-core/coreutils/coreutils_9.3.bb
index e12a6d67971..4ec953c575b 100644
--- a/meta/recipes-core/coreutils/coreutils_9.1.bb
+++ b/meta/recipes-core/coreutils/coreutils_9.3.bb
@@ -6,7 +6,7 @@  HOMEPAGE = "http://www.gnu.org/software/coreutils/"
 BUGTRACKER = "http://debbugs.gnu.org/coreutils"
 LICENSE = "GPL-3.0-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \
-                    file://src/ls.c;beginline=1;endline=15;md5=1fe89f62614b5e1f5475ec04d5899bc1 \
+                    file://src/ls.c;beginline=1;endline=15;md5=b720a8b317035d66c555fc6d89e3674c \
                     "
 DEPENDS = "gmp libcap"
 DEPENDS:class-native = ""
@@ -19,7 +19,7 @@  SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.xz \
            file://run-ptest \
            "
 
-SRC_URI[sha256sum] = "61a1f410d78ba7e7f37a5a4f50e6d1320aca33375484a3255eddf17a38580423"
+SRC_URI[sha256sum] = "adbcfcfe899235b71e8768dcf07cd532520b7f54f9a8064843f8d199a904bbaa"
 
 # http://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=v8.27-101-gf5d7c0842
 # runcon is not really a sandbox command, use `runcon ... setsid ...` to avoid this particular issue.