diff options
-rw-r--r-- | meta-networking/recipes-protocols/openflow/openflow.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/openflow/openflow.inc b/meta-networking/recipes-protocols/openflow/openflow.inc index 15eb65ad32..ccafaf0de4 100644 --- a/meta-networking/recipes-protocols/openflow/openflow.inc +++ b/meta-networking/recipes-protocols/openflow/openflow.inc | |||
@@ -53,3 +53,7 @@ do_install:append() { | |||
53 | } | 53 | } |
54 | 54 | ||
55 | FILES:${PN} += "${nonarch_libdir}/tmpfiles.d" | 55 | FILES:${PN} += "${nonarch_libdir}/tmpfiles.d" |
56 | |||
57 | # This CVE is not for this product but cve-check assumes it is | ||
58 | # because two CPE collides when checking the NVD database | ||
59 | CVE_CHECK_IGNORE = "CVE-2018-1078" | ||