diff options
Diffstat (limited to 'meta-networking/recipes-protocols/openflow/openflow.inc')
| -rw-r--r-- | meta-networking/recipes-protocols/openflow/openflow.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-networking/recipes-protocols/openflow/openflow.inc b/meta-networking/recipes-protocols/openflow/openflow.inc index 3c29a5c8cf..2134b57713 100644 --- a/meta-networking/recipes-protocols/openflow/openflow.inc +++ b/meta-networking/recipes-protocols/openflow/openflow.inc | |||
| @@ -18,6 +18,10 @@ CVE_CHECK_IGNORE = "\ | |||
| 18 | CVE-2015-1612 \ | 18 | CVE-2015-1612 \ |
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | # This CVE is not for this product but cve-check assumes it is | ||
| 22 | # because two CPE collides when checking the NVD database | ||
| 23 | CVE_CHECK_IGNORE += "CVE-2018-1078" | ||
| 24 | |||
| 21 | DEPENDS = "virtual/libc" | 25 | DEPENDS = "virtual/libc" |
| 22 | 26 | ||
| 23 | PACKAGECONFIG ??= "" | 27 | PACKAGECONFIG ??= "" |
| @@ -58,7 +62,3 @@ do_install:append() { | |||
| 58 | } | 62 | } |
| 59 | 63 | ||
| 60 | FILES:${PN} += "${nonarch_libdir}/tmpfiles.d" | 64 | FILES:${PN} += "${nonarch_libdir}/tmpfiles.d" |
| 61 | |||
| 62 | # This CVE is not for this product but cve-check assumes it is | ||
| 63 | # because two CPE collides when checking the NVD database | ||
| 64 | CVE_CHECK_IGNORE = "CVE-2018-1078" | ||
