diff options
| author | Jason Schonberg <schonm@gmail.com> | 2025-03-17 20:18:04 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-20 11:29:03 +0000 |
| commit | 3652b35c7593109212a205bb3fd037fcd7c66e41 (patch) | |
| tree | a0b528aae6da933fca68e975b443c71911f9af06 /meta | |
| parent | 0e91a1dabf27d05e5a108bda0a9712ae060a47ef (diff) | |
| download | poky-3652b35c7593109212a205bb3fd037fcd7c66e41.tar.gz | |
sqlite3: upgrade 3.47.2 -> 3.48.0
Changelog:
https://www.sqlite.org/releaselog/3_48_0.html
(From OE-Core rev: db32c9d19fa21b0d1cd556dc86c2f60eb6de0593)
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.47.2.bb | 8 | ||||
| -rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.48.0.bb | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.47.2.bb b/meta/recipes-support/sqlite/sqlite3_3.47.2.bb deleted file mode 100644 index c4acb73ed9..0000000000 --- a/meta/recipes-support/sqlite/sqlite3_3.47.2.bb +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | require sqlite3.inc | ||
| 2 | |||
| 3 | LICENSE = "PD" | ||
| 4 | LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66" | ||
| 5 | |||
| 6 | SRC_URI = "http://www.sqlite.org/2024/sqlite-autoconf-${SQLITE_PV}.tar.gz" | ||
| 7 | SRC_URI[sha256sum] = "f1b2ee412c28d7472bc95ba996368d6f0cdcf00362affdadb27ed286c179540b" | ||
| 8 | |||
diff --git a/meta/recipes-support/sqlite/sqlite3_3.48.0.bb b/meta/recipes-support/sqlite/sqlite3_3.48.0.bb new file mode 100644 index 0000000000..bd2ac6614d --- /dev/null +++ b/meta/recipes-support/sqlite/sqlite3_3.48.0.bb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | require sqlite3.inc | ||
| 2 | |||
| 3 | LICENSE = "PD" | ||
| 4 | LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66" | ||
| 5 | |||
| 6 | SRC_URI = "http://www.sqlite.org/2025/sqlite-autoconf-${SQLITE_PV}.tar.gz" | ||
| 7 | SRC_URI[sha256sum] = "ac992f7fca3989de7ed1fe99c16363f848794c8c32a158dafd4eb927a2e02fd5" | ||
| 8 | |||
