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 < [email protected]> wrote: > From: Stefan Herbrechtsmeier <[email protected]> > > Signed-off-by: Stefan Herbrechtsmeier < > [email protected]> > --- > > 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 > +++ b/meta/classes/cve-check.bbclass > @@ -143,6 +143,7 @@ python cve_check_write_rootfs_manifest () { > manifest_name = d.getVar("CVE_CHECK_MANIFEST") > cve_tmp_file = d.getVar("CVE_CHECK_TMP_FILE") > > + bb.utils.mkdirhier(os.path.dirname(manifest_name)) > shutil.copyfile(cve_tmp_file, manifest_name) > > if manifest_name and os.path.exists(manifest_name): > -- > 2.30.2 > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#161162): https://lists.openembedded.org/g/openembedded-core/message/161162 Mute This Topic: https://lists.openembedded.org/mt/88836328/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
