diff options
author | Mikko Rapeli <mikko.rapeli@bmw.de> | 2017-07-20 16:23:00 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-24 09:13:31 +0100 |
commit | e21383f8e19691bd15cbfb3e7141ffe95d6cda29 (patch) | |
tree | def836b5266dfee2aa5110ad1f6e1e912197941c /meta | |
parent | e93cca8addaef417adb02cb3730e0b3e72357af9 (diff) | |
download | poky-e21383f8e19691bd15cbfb3e7141ffe95d6cda29.tar.gz |
libpcre2_10.23.bb: set CVE_PRODUCT to pcre2
It is used in NVD as product name for CVE's like:
https://nvd.nist.gov/vuln/detail/CVE-2017-8786
(From OE-Core rev: ce32c5b8ee77012b36c74323f298dc561741aebd)
Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libpcre/libpcre2_10.23.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/libpcre/libpcre2_10.23.bb b/meta/recipes-support/libpcre/libpcre2_10.23.bb index 17d397ebd5..794d973d71 100644 --- a/meta/recipes-support/libpcre/libpcre2_10.23.bb +++ b/meta/recipes-support/libpcre/libpcre2_10.23.bb | |||
@@ -17,6 +17,8 @@ SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre2-${PV}.tar.bz2 \ | |||
17 | SRC_URI[md5sum] = "b2cd00ca7e24049040099b0a46bb3649" | 17 | SRC_URI[md5sum] = "b2cd00ca7e24049040099b0a46bb3649" |
18 | SRC_URI[sha256sum] = "dfc79b918771f02d33968bd34a749ad7487fa1014aeb787fad29dd392b78c56e" | 18 | SRC_URI[sha256sum] = "dfc79b918771f02d33968bd34a749ad7487fa1014aeb787fad29dd392b78c56e" |
19 | 19 | ||
20 | CVE_PRODUCT = "pcre2" | ||
21 | |||
20 | S = "${WORKDIR}/pcre2-${PV}" | 22 | S = "${WORKDIR}/pcre2-${PV}" |
21 | 23 | ||
22 | PROVIDES += "pcre2" | 24 | PROVIDES += "pcre2" |