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 -- 2.47.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#128137): https://lists.openembedded.org/g/openembedded-devel/message/128137 Mute This Topic: https://lists.openembedded.org/mt/120225806/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
