Re: [OE-core] [PATCH 1/3] cve-check: create directory before copy

2022-02-01 Thread Alexander Kanavin
On Tue, 1 Feb 2022 at 19:58, Stefan Herbrechtsmeier < stefan.herbrechtsmeier-...@weidmueller.com> wrote: > Am 01.02.2022 um 18:00 schrieb Alexander Kanavin: > > Can you please describe the issue this is fixing in the commit message? > > Why is this not seen by others? > > Isn't it best practice

Re: [OE-core] [PATCH 1/3] cve-check: create directory before copy

2022-02-01 Thread Stefan Herbrechtsmeier
Am 01.02.2022 um 18:00 schrieb Alexander Kanavin: Can you please describe the issue this is fixing in the commit message? Why is this not seen by others? Isn't it best practice to create a directory before copy something into the directory? The patch shows that the arbitrary directory of the

Re: [OE-core] [PATCH 1/3] cve-check: create directory before copy

2022-02-01 Thread Alexander Kanavin
Can you please describe the issue this is fixing in the commit message? Why is this not seen by others? Alex On Tue, 1 Feb 2022 at 17:17, Stefan Herbrechtsmeier < stefan.herbrechtsmeier-...@weidmueller.com> wrote: > From: Stefan Herbrechtsmeier > > Signed-off-by: Stefan Herbrechtsmeier < >

[OE-core] [PATCH 1/3] cve-check: create directory before copy

2022-02-01 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier Signed-off-by: Stefan Herbrechtsmeier --- meta/classes/cve-check.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/cve-check.bbclass b/meta/classes/cve-check.bbclass index 70d1988a70..a4d735c323 100644 --- a/meta/classes/cve-check.bbclass