| Message ID | 20260601181251.123019-7-JPEWhacker@gmail.com |
|---|---|
| State | Accepted, archived |
| Commit | e771cbb6b9b0f0d5539dbcf3f5c92946ff065d81 |
| Headers | show |
| Series | Licensing fixes | expand |
diff --git a/meta/recipes-support/sqlite/sqlite3_3.53.0.bb b/meta/recipes-support/sqlite/sqlite3_3.53.0.bb index 21295bf437..75e08e58b1 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.53.0.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.53.0.bb @@ -1,6 +1,6 @@ require sqlite3.inc -LICENSE = "PD" +LICENSE = "blessing" LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66" SRC_URI = "http://www.sqlite.org/2026/sqlite-autoconf-${SQLITE_PV}.tar.gz"
SPDX has a license identifier for the sqlite license ("blessing"), so use it instead of marking it as Public Domain Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> --- meta/recipes-support/sqlite/sqlite3_3.53.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)