]> code.ossystems Code Review - openembedded-core.git/commit
cve-check: add lockfile to task
authorKonrad Weihmann <kweihmann@outlook.com>
Fri, 7 Jan 2022 09:48:51 +0000 (10:48 +0100)
committerAnuj Mittal <anuj.mittal@intel.com>
Fri, 14 Jan 2022 07:59:07 +0000 (15:59 +0800)
commit53dc9b10eb5f064c68120337126f1542c1e0c832
tree69d3adcd1046942e1039ae26e550b7f0029ec28d
parent1b41f1a38d43c1f0ef351bd6959a77821886a8b6
cve-check: add lockfile to task

this should prevent running into the very rare error
sqlite3.OperationalError: attempt to write a readonly database

As highlighted by https://www.sqlite.org/faq.html#q5
it is likely that the adapter won't allow use multiple exec calls
at the same time.

So it's best to prevent multiple accesses at a time, by reusing
the already in place CVE_CHECK_DB_FILE_LOCK

YOCTO #14110

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 677f5741bd265be49d4a5bb933b3e8d8c4eec653)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/classes/cve-check.bbclass