mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
8b32646875
commit
c9e13cce13
|
@ -15,6 +15,7 @@ RDEPENDS_${PN}-ptest += "\
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "2.13+${SRCPV}"
|
||||
CVE_VERSION = "2.13.0"
|
||||
|
||||
FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user