On Wed, Apr 27, 2022 at 3:22 PM Ross Burton <ross.bur...@arm.com> wrote:

> The only part of the cve-check task which needs files is the patch
> examination, and typically these patches are local so fetch isn't needed.
>
> Signed-off-by: Ross Burton <ross.bur...@arm.com>
> ---
>  meta/classes/cve-check.bbclass | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/classes/cve-check.bbclass
> b/meta/classes/cve-check.bbclass
> index 78516d0bb6..7cf206299b 100644
> --- a/meta/classes/cve-check.bbclass
> +++ b/meta/classes/cve-check.bbclass
> @@ -126,7 +126,7 @@ python do_cve_check () {
>
>  }
>
> -addtask cve_check before do_build after do_fetch
> +addtask cve_check before do_build
>  do_cve_check[depends] = "cve-update-db-native:do_fetch"
>  do_cve_check[nostamp] = "1"
>
> --
> 2.25.1
>
> A side-effect of this change is that we seem to not be downloading the NVD
database
anymore... This is probably not exactly what we want right now.

Kind regards,
Marta
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#164936): 
https://lists.openembedded.org/g/openembedded-core/message/164936
Mute This Topic: https://lists.openembedded.org/mt/90730270/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to