summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/git/git_2.39.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/git/git_2.39.1.bb')
-rw-r--r--meta/recipes-devtools/git/git_2.39.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git_2.39.1.bb b/meta/recipes-devtools/git/git_2.39.1.bb
index 8577d86eac..d8137df561 100644
--- a/meta/recipes-devtools/git/git_2.39.1.bb
+++ b/meta/recipes-devtools/git/git_2.39.1.bb
@@ -31,6 +31,8 @@ CVE_PRODUCT = "git-scm:git"
31# in mirrored git repos. Most OE users wouldn't build the docs and 31# in mirrored git repos. Most OE users wouldn't build the docs and
32# we don't see this as a major issue for our general users/usecases. 32# we don't see this as a major issue for our general users/usecases.
33CVE_CHECK_IGNORE += "CVE-2022-24975" 33CVE_CHECK_IGNORE += "CVE-2022-24975"
34# This is specific to Git-for-Windows
35CVE_CHECK_IGNORE += "CVE-2022-41953"
34 36
35PACKAGECONFIG ??= "expat curl" 37PACKAGECONFIG ??= "expat curl"
36PACKAGECONFIG[cvsserver] = "" 38PACKAGECONFIG[cvsserver] = ""