[Buildroot] [PATCH v4 0/1] package/uutils-coreutils: new package

Alexander Shirokov shirokovalexs at gmail.com
Wed Apr 2 16:59:10 UTC 2025


Hello Romain and All,

This is a continuation of the work started in [1] and [2], introducing:

- fresh version of uutils-coreutils (now 0.0.30).
- build fixes and improvements: excluding a package that injects the -m64 flag
  and breaks the ARM build, avoiding unnecessary rebuilding during installation,
  adding a flag to enable/disable the multicall binary.
- tests to ensure the binary is present and executable.

Any comments and suggestions are welcome.

Thank you!

Links:
[1] https://patchwork.ozlabs.org/project/buildroot/patch/20230317151802.1242858-1-sebastian.weyer@smile.fr/
[2] https://patchwork.ozlabs.org/project/buildroot/patch/20241208134004.143901-1-shirokovalexs@gmail.com/

Alexander Shirokov (1):
  package/uutils-coreutils: new package

 DEVELOPERS                                    |   3 +
 package/Config.in                             |   1 +
 package/busybox/busybox.mk                    |   1 +
 package/coreutils/Config.in                   |   1 +
 package/uutils-coreutils/Config.in            |  28 +++++
 .../uutils-coreutils/uutils-coreutils.hash    |   3 +
 package/uutils-coreutils/uutils-coreutils.mk  | 111 ++++++++++++++++++
 support/testing/tests/package/test_rust.py    |   9 ++
 8 files changed, 157 insertions(+)
 create mode 100644 package/uutils-coreutils/Config.in
 create mode 100644 package/uutils-coreutils/uutils-coreutils.hash
 create mode 100644 package/uutils-coreutils/uutils-coreutils.mk

-- 
2.49.0



More information about the buildroot mailing list