mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 12:00:48 -09:00
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>
(cherry picked from commit ddd257ca23)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
e35929fd1e
commit
5debf1ba68
@@ -8,7 +8,7 @@ SQLITE_VERSION = 3.43.1
|
||||
SQLITE_TAR_VERSION = 3430100
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user