[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4014/8267] sqlite3: upgrade to 3.16.2



commit 6c4e5e0ffbbac1ec280727f129265951b45f8dfc
Author: Maxin B. John <maxin john intel com>
Date:   Tue Jan 10 14:18:38 2017 +0200

    sqlite3: upgrade to 3.16.2
    
    3.15.2 -> 3.16.2
    
    1. Updated the SRC_URI for releases in 2017
    2. Removed the following revert patch as the fix is present in this release:
            a) 0001-revert-ad601c7962-that-brings-2-increase-of-build-ti.patch
    
    [YOCTO #10695]
    
    (From OE-Core rev: 05317fe9f11565d40b84ad71300b39c990a53f6d)
    
    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>

 ...1c7962-that-brings-2-increase-of-build-ti.patch |   56 --------------------
 meta/recipes-support/sqlite/sqlite3_3.15.2.bb      |   12 ----
 meta/recipes-support/sqlite/sqlite3_3.16.2.bb      |   11 ++++
 3 files changed, 11 insertions(+), 68 deletions(-)
---
diff --git a/meta/recipes-support/sqlite/sqlite3_3.16.2.bb b/meta/recipes-support/sqlite/sqlite3_3.16.2.bb
new file mode 100644
index 0000000..cfbe198
--- /dev/null
+++ b/meta/recipes-support/sqlite/sqlite3_3.16.2.bb
@@ -0,0 +1,11 @@
+require sqlite3.inc
+
+LICENSE = "PD"
+LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0"
+
+SRC_URI = "\
+  http://www.sqlite.org/2017/sqlite-autoconf-${SQLITE_PV}.tar.gz \
+  "
+SRC_URI[md5sum] = "5a153ef1fd2fa5845ada74deabc68e32"
+SRC_URI[sha256sum] = "65cc0c3e9366f50c0679c5ccd31432cea894bc4a3e8947dabab88c8693263615"
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]