mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
lib: oe: Add cve_check to BBIMPORTS
Adds cve_check.py to BBIMPORTS so the functions it exposes will be correctly scanned for dependencies in the dependency scanner (From OE-Core rev: 52ead33c6b6e2532c57b7b28b862ba38b575f9e3) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
8bb018f1d1
commit
920efbf519
|
@ -11,4 +11,5 @@ __path__ = extend_path(__path__, __name__)
|
|||
# processed correctly (e.g. qa)
|
||||
BBIMPORTS = ["qa", "data", "path", "utils", "types", "package", "packagedata", \
|
||||
"packagegroup", "sstatesig", "lsb", "cachedpath", "license", \
|
||||
"reproducible", "rust", "buildcfg", "go", "spdx30_tasks", "spdx_common"]
|
||||
"reproducible", "rust", "buildcfg", "go", "spdx30_tasks", "spdx_common", \
|
||||
"cve_check"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user