[OE-core] [PATCH 19/23] sqlite3.inc: set CVE_PRODUCT to sqlite
Mikko Rapeli
mikko.rapeli at bmw.de
Thu Jul 20 13:23:07 UTC 2017
It is used in NVD for CVE's like:
https://nvd.nist.gov/vuln/detail/CVE-2016-6153
Signed-off-by: Mikko Rapeli <mikko.rapeli at bmw.de>
---
meta/recipes-support/sqlite/sqlite3.inc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc
index 42b534d..95ec89c 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}"
UPSTREAM_CHECK_URI = "http://www.sqlite.org/"
UPSTREAM_CHECK_REGEX = "releaselog/(?P<pver>(\d+[\.\-_]*)+)\.html"
+CVE_PRODUCT = "sqlite"
+
inherit autotools pkgconfig
PACKAGECONFIG ?= ""
--
1.9.1
More information about the Openembedded-core
mailing list