package/sqlite: use SPDX identifier for license

The SPDX identifier for the sqlite license is "blessing":
https://spdx.org/licenses/blessing.html

Signed-off-by: Christian Hitz <christian.hitz@bbv.ch>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Christian Hitz 2024-01-10 17:51:11 +01:00 committed by Peter Korsgaard
parent b63c213794
commit ddd257ca23

View File

@ -8,7 +8,7 @@ SQLITE_VERSION = 3.44.2
SQLITE_TAR_VERSION = 3440200
SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_TAR_VERSION).tar.gz
SQLITE_SITE = https://www.sqlite.org/2023
SQLITE_LICENSE = Public domain
SQLITE_LICENSE = blessing
SQLITE_LICENSE_FILES = tea/license.terms
SQLITE_CPE_ID_VENDOR = sqlite
SQLITE_INSTALL_STAGING = YES