From c9e13cce13f817641f6938a85c4609c30741db2d Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Fri, 26 Feb 2021 09:43:56 +0800 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-networking/openvswitch/openvswitch_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-networking/openvswitch') 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 += "\ S = "${WORKDIR}/git" PV = "2.13+${SRCPV}" +CVE_VERSION = "2.13.0" FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" -- cgit v1.2.3-54-g00ecf