From: Anuj Mittal Date: Tue, 4 Feb 2020 05:47:05 +0000 (+0800) Subject: ncurses: add CVE_VERSION X-Git-Tag: uninative-2.8~289 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fdb2a95d5e0265de1172940b6dc71fc7d602e8d1;p=openembedded-core.git ncurses: add CVE_VERSION Include the version number in a format that is comparable to what we get from NVD. Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/ncurses/ncurses_6.1+20191019.bb b/meta/recipes-core/ncurses/ncurses_6.1+20191019.bb index ee7d4bed28..187777f6ef 100644 --- a/meta/recipes-core/ncurses/ncurses_6.1+20191019.bb +++ b/meta/recipes-core/ncurses/ncurses_6.1+20191019.bb @@ -9,3 +9,5 @@ SRCREV = "ea70ec815b362f5bbad7a827a2edf50fd2b459cc" S = "${WORKDIR}/git" EXTRA_OECONF += "--with-abi-version=5 --cache-file=${B}/config.cache" UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+(\+\d+)*)" + +CVE_VERSION = "6.1.${@d.getVar("PV").split('+')[1]}"