[OE-core] [meta-oe][PATCH v2] cve-update-db: do_populate_cve_db depends on do_fetch

Pierre Le Magourou lemagoup at gmail.com
Thu Jun 27 13:42:48 UTC 2019


> Thanks for the fast turnaround on the patch. This seems to move the
> problem to:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/23/builds/990/steps/7/logs/step1b
>
> :(
>
> Perhaps we need to skip the recipe if the class isn't enabled? Is that
> the reason its failing like this?

It is failing with 'sqlite3.OperationalError' exception when opening
the sqlite3 db file.
I reproduced the bug by removing the ${DL_DIR}/CVE_CHECK directory

I forgot to check that the ${DL_DIR}/CVE_CHECK directory exists before
creating sqlite db file in it.
I'll send a v3 patch to fix this.

Pierre


More information about the Openembedded-core mailing list