[oe] [meta-oe][scarthgap][PATCH 1/2] uutils-coreutils: upgrade 0.0.25 -> 0.0.26

2024-07-29 Thread Etienne Cordonnier via lists.openembedded.org
From: Etienne Cordonnier See https://github.com/uutils/coreutils/releases/tag/0.0.26 Signed-off-by: Etienne Cordonnier Signed-off-by: Khem Raj --- .../uutils-coreutils-crates.inc | 106 +++--- ...s_0.0.25.bb => uutils-coreutils_0.0.26.bb} | 2 +- 2 files changed, 6

[oe] [meta-oe][scarthgap][PATCH 2/2] uutils-coreutils: upgrade 0.0.26 -> 0.0.27

2024-07-29 Thread Etienne Cordonnier via lists.openembedded.org
From: Etienne Cordonnier See https://github.com/uutils/coreutils/releases/tag/0.0.27 Signed-off-by: Etienne Cordonnier Signed-off-by: Khem Raj --- .../uutils-coreutils-crates.inc | 210 ++ ...s_0.0.26.bb => uutils-coreutils_0.0.27.bb} | 2 +- 2 files changed, 1

[oe] [meta-oe][scarthgap][PATCH] uutils-coreutils: upgrade 0.0.27 -> 0.0.28

2025-01-31 Thread Etienne Cordonnier via lists.openembedded.org
From: Wang Mingyu Changelog: https://github.com/uutils/coreutils/releases/tag/0.0.28 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj Signed-off-by: Etienne Cordonnier --- .../uutils-coreutils-crates.inc | 668 +- ...s_0.0.27.bb => uutils-coreutils_0.0.28.bb}

[oe] [meta-oe][scarthgap][PATCH] uutils-coreutils: fix compilation with selinux

2025-02-10 Thread Etienne Cordonnier via lists.openembedded.org
From: Etienne Cordonnier - The scarthgap branch of poky contains Rust 1.75. - uutils-coreutils 0.0.28 requires rust 1.77 when selinux is enabled, even though the project's README.md of release 0.0.28 mistakenly indicates 1.70 as MSRV. This fixes the build of uutils-coreutils 0.0.28 when meta-s