diff options
| author | Maxin B. John <maxin.john@intel.com> | 2016-12-21 17:20:27 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-05 13:54:06 +0000 |
| commit | cb8bf9a017540d37f0e997efc1994424958bb9cc (patch) | |
| tree | 375c494cd2997bb2888cc365b42b2c0b9b851f9c /meta/recipes-support/sqlite/sqlite3_3.15.2.bb | |
| parent | 0559ad29fb73ba8bd221d4c0f808f7a46d5f477f (diff) | |
| download | poky-cb8bf9a017540d37f0e997efc1994424958bb9cc.tar.gz | |
sqlite3: upgrade to 3.15.2
(From OE-Core rev: 12b5e9943da5eece2641665cd091ef709c30214e)
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.15.2.bb')
| -rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.15.2.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.15.2.bb b/meta/recipes-support/sqlite/sqlite3_3.15.2.bb new file mode 100644 index 0000000000..20bc51596b --- /dev/null +++ b/meta/recipes-support/sqlite/sqlite3_3.15.2.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 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/2016/sqlite-autoconf-${SQLITE_PV}.tar.gz \ | ||
| 8 | file://0001-revert-ad601c7962-that-brings-2-increase-of-build-ti.patch \ | ||
| 9 | " | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "6b4fc0d8f7f02dd56bbde10a7c497a05" | ||
| 12 | SRC_URI[sha256sum] = "07b35063b9386865b78226cdaca9a299d938a87aaa8fdc4d73edb0cef30f3149" | ||
