summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2021-02-26 09:43:56 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-03-04 22:45:17 -0500
commitc9e13cce13f817641f6938a85c4609c30741db2d (patch)
tree7605c598100f5435786a08f512027da6eb0fce3f /recipes-networking/openvswitch
parent8b3264687568351532b55a4bfd1e7f57556e5563 (diff)
downloadmeta-virtualization-c9e13cce13f817641f6938a85c4609c30741db2d.tar.gz
openvswitch: set CVE_VERSION
CVE entries are using version 2.xx.xx, our PV is 2.13+xxx, this causes problem for CVE detection. So we need to set a CVE_VERSION for better CVE scanning. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/openvswitch')
-rw-r--r--recipes-networking/openvswitch/openvswitch_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
index fa1ec4dc..60aaf496 100644
--- a/recipes-networking/openvswitch/openvswitch_git.bb
+++ b/recipes-networking/openvswitch/openvswitch_git.bb
@@ -15,6 +15,7 @@ RDEPENDS_${PN}-ptest += "\
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17PV = "2.13+${SRCPV}" 17PV = "2.13+${SRCPV}"
18CVE_VERSION = "2.13.0"
18 19
19FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" 20FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:"
20 21