Re: [OE-core][PATCH] ca-certificates: revert mktemp patch in update-ca-certificates script
From: Richard Purdie <hidden>
Date: 2021-06-22 14:30:30
From: Richard Purdie <hidden>
Date: 2021-06-22 14:30:30
On Tue, 2021-06-22 at 14:15 +0200, Andrej Valek wrote:
- revert f3eabbb5c15fb55ae3d46b2377c09bb58226d965 - mktemp from busybox does not support '--tmpdir' option - coreutils is usually not possible to use because of 'GPLv3+' LICENSE
I suspect the better long term solution here is to submit a patch to add --tmpdir to busybox since we're likely to lose deprecated options from coreutils and upstream already moved to the non-deprecated options. Cheers, Richard