To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] sqlite3: upgrading to 3.53.0 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260415050057/all/sqlite3/buildhistory-diff.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260415050057/all/sqlite3/0001-sqlite3-upgrade-3.51.3-3.53.0.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260415050057/all/sqlite3/buildhistory-diff-full.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *sqlite3* to *3.53.0* has Succeeded. Next steps: - apply the patch: git am 0001-sqlite3-upgrade-3.51.3-3.53.0.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 441fcd423b33aa0ca58c70b4ce23369406ca29e5 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Apr 2026 14:01:33 +0000 Subject: [PATCH] sqlite3: upgrade 3.51.3 -> 3.53.0 --- .../sqlite/sqlite3/0001-Add-option-to-disable-zlib.patch | 6 +++--- .../sqlite/{sqlite3_3.51.3.bb => sqlite3_3.53.0.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-support/sqlite/{sqlite3_3.51.3.bb => sqlite3_3.53.0.bb} (74%) diff --git a/meta/recipes-support/sqlite/sqlite3/0001-Add-option-to-disable-zlib.patch b/meta/recipes-support/sqlite/sqlite3/0001-Add-option-to-disable-zlib.patch index 77181fe4df..7454ab5932 100644 --- a/meta/recipes-support/sqlite/sqlite3/0001-Add-option-to-disable-zlib.patch +++ b/meta/recipes-support/sqlite/sqlite3/0001-Add-option-to-disable-zlib.patch @@ -1,4 +1,4 @@ -From f98a739032dd863ba8dd315729ded7ad0c86473c Mon Sep 17 00:00:00 2001 +From 44ea438288a83aab70f85ca59348658383777b0f Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Sun, 12 Oct 2025 23:32:46 +0200 Subject: [PATCH] Add option to disable zlib @@ -29,7 +29,7 @@ Upstream-Status: Inappropriate [oe-specific] 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/autosetup/sqlite-config.tcl b/autosetup/sqlite-config.tcl -index 85fe414382..77190a7053 100644 +index 59ecb71..16d1e60 100644 --- a/autosetup/sqlite-config.tcl +++ b/autosetup/sqlite-config.tcl @@ -287,6 +287,14 @@ proc sqlite-configure {buildMode configScript} { @@ -47,7 +47,7 @@ index 85fe414382..77190a7053 100644 # Options for ICU: International Components for Unicode icu { {*} { -@@ -656,7 +664,7 @@ proc sqlite-check-common-system-deps {} { +@@ -674,7 +682,7 @@ proc sqlite-check-common-system-deps {} { string.h strings.h \ inttypes.h diff --git a/meta/recipes-support/sqlite/sqlite3_3.51.3.bb b/meta/recipes-support/sqlite/sqlite3_3.53.0.bb similarity index 74% rename from meta/recipes-support/sqlite/sqlite3_3.51.3.bb rename to meta/recipes-support/sqlite/sqlite3_3.53.0.bb index ea583e4a42..21295bf437 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.51.3.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.53.0.bb @@ -4,6 +4,6 @@ LICENSE = "PD" LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66" SRC_URI = "http://www.sqlite.org/2026/sqlite-autoconf-${SQLITE_PV}.tar.gz" -SRC_URI[sha256sum] = "81f5be397049b0cae1b167f2225af7646fc0f82e4a9b3c48c9ea3a533e21d77a" +SRC_URI[sha256sum] = "851e9b38192fe2ceaa65e0baa665e7fa06230c3d9bd1a6a9662d02380d73365a" SRC_URI += "file://0001-Add-option-to-disable-zlib.patch" -- 2.47.1