mbox series

[meta-oe,scarthgap,0/2] Fix uutils-coreutils warnings

Message ID 20260711192203.2343958-1-esa.jaaskela@suomi24.fi
Headers show
Series Fix uutils-coreutils warnings | expand

Message

Esa Jaaskela July 11, 2026, 7:22 p.m. UTC
Currently, building uutils-coreutils prints the following warnings:

WARNING: uutils-coreutils-0.0.28-r0 do_package_qa: QA Issue: File /usr/bin/coreutils in package uutils-coreutils contains reference to TMPDIR [buildpaths]
WARNING: uutils-coreutils-0.0.28-r0 do_package_qa: QA Issue: File /usr/bin/.debug/coreutils in package uutils-coreutils-dbg contains reference to TMPDIR [buildpaths]

Despite being the same warning, the root causes for these issues are
different. The first warning is fixed in Walnascar branch with a patch.
I cherry picked this patch, it had to be renamed as 0001 patch already
exists in Scarthgap.

The second warning is not fixed in other branches of meta-openembedded,
but python3-maturin recipe in openembedded-core seems to have a similar
issue, so I based the fix on that.

Esa Jaaskela (1):
  uutils-coreutils: fix buildpaths QA warning

Etienne Cordonnier (1):
  uutils-coreutils: disable stdbuf compilation

 .../files/0002-do-not-compile-stdbuf.patch    | 39 +++++++++++++++++++
 .../uutils-coreutils_0.0.28.bb                |  5 ++-
 2 files changed, 43 insertions(+), 1 deletion(-)
 create mode 100644 meta-oe/recipes-core/uutils-coreutils/files/0002-do-not-compile-stdbuf.patch