diff options
| author | Maxin B. John <maxin.john@intel.com> | 2017-07-19 18:01:24 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-21 22:51:38 +0100 |
| commit | e25ff31d950bf3ab8d7986ee497b3af845aee260 (patch) | |
| tree | 59d2218d06ec16df845dbdbfb3175c08f2ba34f3 /meta/recipes-support/sqlite/sqlite3_3.19.3.bb | |
| parent | 887fa65fca7337b58107e0fcafdf8d1167f9bc56 (diff) | |
| download | poky-e25ff31d950bf3ab8d7986ee497b3af845aee260.tar.gz | |
sqlite3: upgrade to 3.19.3
3.19.2 -> 3.19.3
Fixes a bug associated with auto_vacuum that can lead to database
corruption.
(From OE-Core rev: 2635067901c932888a998ea0fbb45f5d4d3c7c24)
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/sqlite3_3.19.3.bb')
| -rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.19.3.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.19.3.bb b/meta/recipes-support/sqlite/sqlite3_3.19.3.bb new file mode 100644 index 0000000000..89d439530f --- /dev/null +++ b/meta/recipes-support/sqlite/sqlite3_3.19.3.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | require sqlite3.inc | ||
| 2 | |||
| 3 | LICENSE = "PD" | ||
| 4 | LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0" | ||
| 5 | |||
| 6 | SRC_URI = "\ | ||
| 7 | http://www.sqlite.org/2017/sqlite-autoconf-${SQLITE_PV}.tar.gz \ | ||
| 8 | " | ||
| 9 | SRC_URI[md5sum] = "c93070d5bf136ce271db23d2dfbc2435" | ||
| 10 | SRC_URI[sha256sum] = "06129c03dced9f87733a8cba408871bd60673b8f93b920ba8d815efab0a06301" | ||
