Skip to content

Commit

Permalink
sqlite3: update CVE_PRODUCT
Browse files Browse the repository at this point in the history
Both 'sqlite' and 'sqlite3' are used in NVD database.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
  • Loading branch information
ChenQi1989 authored and rpurdie committed May 10, 2023
1 parent 918cff0 commit 8800976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/recipes-support/sqlite/sqlite3.inc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}"
UPSTREAM_CHECK_URI = "http://www.sqlite.org/"
UPSTREAM_CHECK_REGEX = "releaselog/(?P<pver>(\d+[\.\-_]*)+)\.html"

CVE_PRODUCT = "sqlite"
CVE_PRODUCT = "sqlite sqlite3"

inherit autotools pkgconfig siteinfo

Expand Down

0 comments on commit 8800976

Please sign in to comment.