Re: [OE-core] [PATCH] rm_work.bbclass: use HOSTTOOLS 'rm' binary exclusively

2022-12-30 Thread Luis Martins
Hi, I see this was accepted for master, is it okay to port this to dunfell and kirkstone as well ? Best regards, Luís Martins On Sat, 24 Dec 2022 at 01:49, Luis Martins wrote: > The do_rm_work() task is using the first available 'rm' binary > available in PATH to remove files and folders. >

[OE-core] [PATCH] rm_work.bbclass: use HOSTTOOLS 'rm' binary exclusively

2022-12-23 Thread Luis
The do_rm_work() task is using the first available 'rm' binary available in PATH to remove files and folders. However, depending on the PATH setup and RECIPE_SYSROOT_NATIVE contents, the function can be using the 'rm' binary available in RECIPE_SYSROOT_NATIVE, a folder that will get removed. This