diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2023-05-08 03:11:30 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-10 17:18:57 +0100 |
commit | 4e8ce11d0d3560fbe31c89a12d48cd7ca45d1b69 (patch) | |
tree | dbcf61081d8f8285ae144244a24246a7b341fe52 /meta/recipes-support/sqlite | |
parent | 4b77dd0063aa6b794529b650f3f6e3fb9c4d1c3b (diff) | |
download | poky-4e8ce11d0d3560fbe31c89a12d48cd7ca45d1b69.tar.gz |
sqlite3: update CVE_PRODUCT
Both 'sqlite' and 'sqlite3' are used in NVD database.
(From OE-Core rev: 8800976e79d65956218ab462d9644d0661579301)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc index 9a0de08553..c246d42fdf 100644 --- a/meta/recipes-support/sqlite/sqlite3.inc +++ b/meta/recipes-support/sqlite/sqlite3.inc | |||
@@ -18,7 +18,7 @@ S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}" | |||
18 | UPSTREAM_CHECK_URI = "http://www.sqlite.org/" | 18 | UPSTREAM_CHECK_URI = "http://www.sqlite.org/" |
19 | UPSTREAM_CHECK_REGEX = "releaselog/(?P<pver>(\d+[\.\-_]*)+)\.html" | 19 | UPSTREAM_CHECK_REGEX = "releaselog/(?P<pver>(\d+[\.\-_]*)+)\.html" |
20 | 20 | ||
21 | CVE_PRODUCT = "sqlite" | 21 | CVE_PRODUCT = "sqlite sqlite3" |
22 | 22 | ||
23 | inherit autotools pkgconfig siteinfo | 23 | inherit autotools pkgconfig siteinfo |
24 | 24 | ||