[Buildroot] [git commit branch/2021.02.x] package/sqlite: add SQLITE_TAR_VERSION

Peter Korsgaard peter at korsgaard.com
Sat Sep 4 20:57:08 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=c64565e9809766d294b0d4f21ad0a4fd9d8be5a8
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

3.34.1 is the version used by https://release-monitoring.org as well as
NVD NIST database so add SQLITE_TAR_VERSION and drop
SQLITE_CPE_ID_VERSION

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 3943b6f003647c8d9a993da31f0d22061906e9d7)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/sqlite/sqlite.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk
index 2c2928f274..f04b866631 100644
--- a/package/sqlite/sqlite.mk
+++ b/package/sqlite/sqlite.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-SQLITE_VERSION = 3340100
-SQLITE_CPE_ID_VERSION = 3.34.1
-SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_VERSION).tar.gz
+SQLITE_VERSION = 3.34.1
+SQLITE_TAR_VERSION = 3340100
+SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_TAR_VERSION).tar.gz
 SQLITE_SITE = https://www.sqlite.org/2021
 SQLITE_LICENSE = Public domain
 SQLITE_LICENSE_FILES = tea/license.terms


More information about the buildroot mailing list