diff options
author | Mikko Rapeli <mikko.rapeli@bmw.de> | 2017-07-20 16:23:07 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-24 09:13:31 +0100 |
commit | b134fda35370604d020f8577e389857bc993f0f4 (patch) | |
tree | 4da5fd4e40385c904707b00a5d04f10f52e11214 /meta/recipes-support/sqlite | |
parent | fde69b8241fbddbe908936d677d8cc643216acdd (diff) | |
download | poky-b134fda35370604d020f8577e389857bc993f0f4.tar.gz |
sqlite3.inc: set CVE_PRODUCT to sqlite
It is used in NVD for CVE's like:
https://nvd.nist.gov/vuln/detail/CVE-2016-6153
(From OE-Core rev: cec6f26f4d2f16c9a58fac5a6344e3d43b36ed09)
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/recipes-support/sqlite')
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc index 42b534d8ef..95ec89cef2 100644 --- a/meta/recipes-support/sqlite/sqlite3.inc +++ b/meta/recipes-support/sqlite/sqlite3.inc | |||
@@ -17,6 +17,8 @@ S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}" | |||
17 | UPSTREAM_CHECK_URI = "http://www.sqlite.org/" | 17 | UPSTREAM_CHECK_URI = "http://www.sqlite.org/" |
18 | UPSTREAM_CHECK_REGEX = "releaselog/(?P<pver>(\d+[\.\-_]*)+)\.html" | 18 | UPSTREAM_CHECK_REGEX = "releaselog/(?P<pver>(\d+[\.\-_]*)+)\.html" |
19 | 19 | ||
20 | CVE_PRODUCT = "sqlite" | ||
21 | |||
20 | inherit autotools pkgconfig | 22 | inherit autotools pkgconfig |
21 | 23 | ||
22 | PACKAGECONFIG ?= "" | 24 | PACKAGECONFIG ?= "" |