mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 23:02:25 +02:00
sqlite3: upgrade to version 3.22.0
Update SRC_URI for releases in 2018. (From OE-Core rev: fff2409587e8a253c1f79a3d3c78907440402188) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3a3d1964a3
commit
71c405068c
@@ -1,10 +0,0 @@
|
||||
require sqlite3.inc
|
||||
|
||||
LICENSE = "PD"
|
||||
LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66"
|
||||
|
||||
SRC_URI = "\
|
||||
http://www.sqlite.org/2017/sqlite-autoconf-${SQLITE_PV}.tar.gz \
|
||||
"
|
||||
SRC_URI[md5sum] = "7913de4c3126ba3c24689cb7a199ea31"
|
||||
SRC_URI[sha256sum] = "d7dd516775005ad87a57f428b6f86afd206cb341722927f104d3f0cf65fbbbe3"
|
||||
10
meta/recipes-support/sqlite/sqlite3_3.22.0.bb
Normal file
10
meta/recipes-support/sqlite/sqlite3_3.22.0.bb
Normal file
@@ -0,0 +1,10 @@
|
||||
require sqlite3.inc
|
||||
|
||||
LICENSE = "PD"
|
||||
LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66"
|
||||
|
||||
SRC_URI = "\
|
||||
http://www.sqlite.org/2018/sqlite-autoconf-${SQLITE_PV}.tar.gz \
|
||||
"
|
||||
SRC_URI[md5sum] = "96b5648d542e8afa6ab7ffb8db8ddc3d"
|
||||
SRC_URI[sha256sum] = "2824ab1238b706bc66127320afbdffb096361130e23291f26928a027b885c612"
|
||||
Reference in New Issue
Block a user