diff options
-rw-r--r-- | meta/recipes-devtools/ninja/ninja_1.11.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ninja/ninja_1.11.1.bb b/meta/recipes-devtools/ninja/ninja_1.11.1.bb index 255f5efb70..83d2f01263 100644 --- a/meta/recipes-devtools/ninja/ninja_1.11.1.bb +++ b/meta/recipes-devtools/ninja/ninja_1.11.1.bb | |||
@@ -29,3 +29,6 @@ do_install() { | |||
29 | } | 29 | } |
30 | 30 | ||
31 | BBCLASSEXTEND = "native nativesdk" | 31 | BBCLASSEXTEND = "native nativesdk" |
32 | |||
33 | # This is a different Ninja | ||
34 | CVE_CHECK_IGNORE += "CVE-2021-4336" | ||