[OE-core] [meta-oe][PATCH 1/3] cve-check: Depends on cve-update-db-native
Pierre Le Magourou
lemagoup at gmail.com
Fri Jul 5 09:34:52 UTC 2019
Hello,
> > From: Pierre Le Magourou <pierre.lemagourou at softbankrobotics.com>
> >
> > do_populate_cve_db is a native task.
> >
> > Signed-off-by: Pierre Le Magourou <
> > pierre.lemagourou at softbankrobotics.com>
> > ---
> > meta/classes/cve-check.bbclass | 2 +-
> > meta/recipes-core/meta/cve-update-db.bb | 1 +
> > 2 files changed, 2 insertions(+), 1 deletion(-)
>
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/23/builds/1015
>
> :(
The autobuilder job launches cve-update-db and cve-update-db-native in
parallel, this cannot work because they both try to update the same
sqlite db.
As cve-update-db is only used for the build machine (native only), we
only need a cve-update-db-native.bb recipe. I'll send a v2 patch to
fix that.
ps: Sorry I just realized I was sending the patches to the wrong
destination (meta-oe instead of oe-core)
Pierre
More information about the Openembedded-core
mailing list