diff options
author | Maxin B. John <maxin.john@intel.com> | 2018-01-23 16:05:47 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-26 13:09:10 +0000 |
commit | 71c405068ca5bcba72b2aaa1b6f40360fada141e (patch) | |
tree | 10ecb04820272843199d697b792c04a94110a838 /meta/recipes-support/sqlite | |
parent | 3a3d1964a3ad5d41f79ea7afd8202674d5b4a26c (diff) | |
download | poky-71c405068ca5bcba72b2aaa1b6f40360fada141e.tar.gz |
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>
Diffstat (limited to 'meta/recipes-support/sqlite')
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.21.0.bb | 10 | ||||
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.22.0.bb | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.21.0.bb b/meta/recipes-support/sqlite/sqlite3_3.21.0.bb deleted file mode 100644 index 1d51733e81..0000000000 --- a/meta/recipes-support/sqlite/sqlite3_3.21.0.bb +++ /dev/null | |||
@@ -1,10 +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 = "\ | ||
7 | http://www.sqlite.org/2017/sqlite-autoconf-${SQLITE_PV}.tar.gz \ | ||
8 | " | ||
9 | SRC_URI[md5sum] = "7913de4c3126ba3c24689cb7a199ea31" | ||
10 | SRC_URI[sha256sum] = "d7dd516775005ad87a57f428b6f86afd206cb341722927f104d3f0cf65fbbbe3" | ||
diff --git a/meta/recipes-support/sqlite/sqlite3_3.22.0.bb b/meta/recipes-support/sqlite/sqlite3_3.22.0.bb new file mode 100644 index 0000000000..ef88659e97 --- /dev/null +++ b/meta/recipes-support/sqlite/sqlite3_3.22.0.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] = "96b5648d542e8afa6ab7ffb8db8ddc3d" | ||
10 | SRC_URI[sha256sum] = "2824ab1238b706bc66127320afbdffb096361130e23291f26928a027b885c612" | ||