diff options
author | Jens Rehsack <sno@netbsd.org> | 2018-11-03 14:12:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-14 11:14:39 +0000 |
commit | 3f959b5dbd185e5985ce083b72e64a7201bd7e99 (patch) | |
tree | 7e552bc7bf1c73ba4649b3776852d3921956ca39 /meta/recipes-support/sqlite/sqlite3_3.25.2.bb | |
parent | 17726d083408ad0740ef914d2cfee589d7f6b800 (diff) | |
download | poky-3f959b5dbd185e5985ce083b72e64a7201bd7e99.tar.gz |
sqlite3_3: Update to 3.25.2
Update SQLite3 from 3.23.1 to 3.25.2 for UPSERT, window
functions and improved ALTER TABLE support.
For a detailed list of changes since 3.23.1, see
* https://www.sqlite.org/releaselog/3_25_2.html
* https://www.sqlite.org/releaselog/3_24_0.html
(From OE-Core rev: eea7b16e762ab971d2ccea728e0019304325aed7)
Signed-off-by: Jens Rehsack <sno@netbsd.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/sqlite/sqlite3_3.25.2.bb')
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.25.2.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.25.2.bb b/meta/recipes-support/sqlite/sqlite3_3.25.2.bb new file mode 100644 index 0000000000..31c9a6f2d2 --- /dev/null +++ b/meta/recipes-support/sqlite/sqlite3_3.25.2.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | require sqlite3.inc | ||
2 | |||
3 | LICENSE = "PD" | ||
4 | LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66" | ||
5 | |||
6 | SRC_URI = "\ | ||
7 | http://www.sqlite.org/2018/sqlite-autoconf-${SQLITE_PV}.tar.gz \ | ||
8 | " | ||
9 | SRC_URI[md5sum] = "bfade31d59f58badc51aeaa6ae26a5de" | ||
10 | SRC_URI[sha256sum] = "da9a1484423d524d3ac793af518cdf870c8255d209e369bd6a193e9f9d0e3181" | ||