diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-08-30 16:18:00 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-03 09:58:39 +0100 |
commit | bc42617fff74ecf1442c20d9a71bed9c878c1800 (patch) | |
tree | 3ffb278c74ee750f3178d5d8caf2890844828c11 /meta/recipes-support/sqlite/sqlite3_3.14.1.bb | |
parent | 8dcb8da9e31ae74342cc00edd447311334e28c20 (diff) | |
download | poky-bc42617fff74ecf1442c20d9a71bed9c878c1800.tar.gz |
sqlite3: upgrade to 3.14.1
(From OE-Core rev: 6858df73073d32f6301b2302ae563670e32db134)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/sqlite/sqlite3_3.14.1.bb')
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.14.1.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.14.1.bb b/meta/recipes-support/sqlite/sqlite3_3.14.1.bb new file mode 100644 index 0000000000..3af0d2f9c3 --- /dev/null +++ b/meta/recipes-support/sqlite/sqlite3_3.14.1.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | require sqlite3.inc | ||
2 | |||
3 | LICENSE = "PD" | ||
4 | LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0" | ||
5 | |||
6 | SRC_URI = "http://www.sqlite.org/2016/sqlite-autoconf-${SQLITE_PV}.tar.gz" | ||
7 | |||
8 | SRC_URI[md5sum] = "3634a90a3f49541462bcaed3474b2684" | ||
9 | SRC_URI[sha256sum] = "bc7182476900017becb81565ecea7775d46ab747a97281aa610f4f45881c47a6" | ||