summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-protocols/openflow/openflow.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/openflow/openflow.inc b/meta-networking/recipes-protocols/openflow/openflow.inc
index ccafaf0de4..aaad0e00e1 100644
--- a/meta-networking/recipes-protocols/openflow/openflow.inc
+++ b/meta-networking/recipes-protocols/openflow/openflow.inc
@@ -13,6 +13,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e870c934e2c3d6ccf085fd7cf0a1e2e2"
13 13
14SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git;branch=master" 14SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git;branch=master"
15 15
16CVE_CHECK_IGNORE = "\
17 CVE-2015-1611 \
18 CVE-2015-1612 \
19"
20
16DEPENDS = "virtual/libc" 21DEPENDS = "virtual/libc"
17 22
18PACKAGECONFIG ??= "" 23PACKAGECONFIG ??= ""