mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
ncurses: add CVE_VERSION
Include the version number in a format that is comparable to what we get from NVD. (From OE-Core rev: fdb2a95d5e0265de1172940b6dc71fc7d602e8d1) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b5b12cec76
commit
8046030dd4
@@ -9,3 +9,5 @@ SRCREV = "ea70ec815b362f5bbad7a827a2edf50fd2b459cc"
|
||||
S = "${WORKDIR}/git"
|
||||
EXTRA_OECONF += "--with-abi-version=5 --cache-file=${B}/config.cache"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)"
|
||||
|
||||
CVE_VERSION = "6.1.${@d.getVar("PV").split('+')[1]}"
|
||||
|
||||
Reference in New Issue
Block a user