diff options
| -rw-r--r-- | meta-networking/recipes-protocols/openflow/openflow.inc | 5 |
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 | ||
| 14 | SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git;branch=master" | 14 | SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git;branch=master" |
| 15 | 15 | ||
| 16 | CVE_CHECK_IGNORE = "\ | ||
| 17 | CVE-2015-1611 \ | ||
| 18 | CVE-2015-1612 \ | ||
| 19 | " | ||
| 20 | |||
| 16 | DEPENDS = "virtual/libc" | 21 | DEPENDS = "virtual/libc" |
| 17 | 22 | ||
| 18 | PACKAGECONFIG ??= "" | 23 | PACKAGECONFIG ??= "" |
