mbox series

[0/1] *** A workaround for bug of file on fedora42 ***

Message ID 20250522051651.3711352-1-changqing.li@windriver.com
Headers show
Series *** A workaround for bug of file on fedora42 *** | expand

Message

Changqing Li May 22, 2025, 5:16 a.m. UTC
Hi,

This is a workaround for bug of of file on fedora42, the bug is fixed by
file upstream, but not released and also not cherry-picked by fedora42
now. This can be a workaround before fedora42 fix the issue, and this
can be dropped after the fedora42 fix the issue.

Changqing Li (1):
  buildtools: Add a replacement for file command

 meta/files/toolchain-shar-extract.sh         | 12 ++++++-
 meta/files/toolchain-shar-relocate.sh        |  8 ++++-
 meta/recipes-core/meta/buildtools-tarball.bb |  2 ++
 scripts/file.py                              | 34 ++++++++++++++++++++
 4 files changed, 54 insertions(+), 2 deletions(-)
 create mode 100755 scripts/file.py