diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2020-02-21 23:58:39 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-09 00:07:12 +0100 |
| commit | b0cb5deb8648f14b5a25771029a3a6d0d39a1a2e (patch) | |
| tree | 5bca9ffbd527043325b19f7a81c2d321a915aa6d | |
| parent | b83baaf23d1e7b2e24dddc8b5efec0d0e4c9780e (diff) | |
| download | poky-b0cb5deb8648f14b5a25771029a3a6d0d39a1a2e.tar.gz | |
ncurses: add CVE_VERSION
Include the version number in a format that is comparable to what we get
from NVD.
(From OE-Core rev: 359c199634ef82d2b406858b8b71672058f76290)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/ncurses/ncurses_6.1+20181013.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/ncurses/ncurses_6.1+20181013.bb b/meta/recipes-core/ncurses/ncurses_6.1+20181013.bb index ef6ca9879b..90f6b4695c 100644 --- a/meta/recipes-core/ncurses/ncurses_6.1+20181013.bb +++ b/meta/recipes-core/ncurses/ncurses_6.1+20181013.bb | |||
| @@ -9,3 +9,5 @@ SRCREV = "7a97a7f937762ba342d5b2fd7cd090885a809835" | |||
| 9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
| 10 | EXTRA_OECONF += "--with-abi-version=5 --cache-file=${B}/config.cache" | 10 | EXTRA_OECONF += "--with-abi-version=5 --cache-file=${B}/config.cache" |
| 11 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)" | 11 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)" |
| 12 | |||
| 13 | CVE_VERSION = "6.1.${@d.getVar("PV").split('+')[1]}" | ||
