summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/openflow/openflow.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-protocols/openflow/openflow.inc')
-rw-r--r--meta-networking/recipes-protocols/openflow/openflow.inc8
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
23CVE_CHECK_IGNORE += "CVE-2018-1078"
24
21DEPENDS = "virtual/libc" 25DEPENDS = "virtual/libc"
22 26
23PACKAGECONFIG ??= "" 27PACKAGECONFIG ??= ""
@@ -58,7 +62,3 @@ do_install:append() {
58} 62}
59 63
60FILES:${PN} += "${nonarch_libdir}/tmpfiles.d" 64FILES:${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
64CVE_CHECK_IGNORE = "CVE-2018-1078"