diff options
| -rw-r--r-- | meta-networking/recipes-support/spice/spice_git.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb index d9083bcbe8..1887a5582f 100644 --- a/meta-networking/recipes-support/spice/spice_git.bb +++ b/meta-networking/recipes-support/spice/spice_git.bb | |||
| @@ -30,6 +30,12 @@ SRC_URI = " \ | |||
| 30 | 30 | ||
| 31 | S = "${WORKDIR}/git" | 31 | S = "${WORKDIR}/git" |
| 32 | 32 | ||
| 33 | CVE_CHECK_IGNORE += "\ | ||
| 34 | CVE-2016-0749 \ | ||
| 35 | CVE-2016-2150 \ | ||
| 36 | CVE-2018-10893 \ | ||
| 37 | " | ||
| 38 | |||
| 33 | inherit autotools gettext python3native python3-dir pkgconfig | 39 | inherit autotools gettext python3native python3-dir pkgconfig |
| 34 | 40 | ||
| 35 | DEPENDS += "spice-protocol jpeg pixman alsa-lib glib-2.0 python3-pyparsing-native python3-six-native glib-2.0-native" | 41 | DEPENDS += "spice-protocol jpeg pixman alsa-lib glib-2.0 python3-pyparsing-native python3-six-native glib-2.0-native" |
