diff options
-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 ?= "" |