From patchwork Sun Mar 15 13:42:08 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 83471 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 92B3AF3026B for ; Sun, 15 Mar 2026 13:42:13 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.28975.1773582120340123242 for ; Sun, 15 Mar 2026 06:42:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=jpjmCCgb; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=mc/kEiu6; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101019cf1bb9546-29a9a035-b4fe-4e0f-86b9-14e2951b0c4f-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1773582129; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=POfAYOjlJ9SRdYhMbwMnsCVgJ331/b6lL41+JUYYGCQ=; b=jpjmCCgbAUIIZ9rPiLI1j8jh8YbRAyEYNfzSjKFUVccgkKbu4dBFm6242svQnChJ unT/um45sikHuF5A/goP7NAmGwt6vQyPLeKg6Y9X4sclLIMMFcFvn2DLLwY5jsf3q4X M7Pio7V8z3N2QV9xX7EyNzoKiY1reGMdpHEo6w1g= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1773582129; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=POfAYOjlJ9SRdYhMbwMnsCVgJ331/b6lL41+JUYYGCQ=; b=mc/kEiu6WkoLNL6cT1Hz+S5QGU+d4c04OAyYOub+0ZArLD0FFNBpu1MTIp6GVW2S MAUwm7jcVBZQmX74xuEhaMJuRTA/IhHp9MynK9kNOEA1Jupip5OV5ZTIzVV5YOTGFOU qYetlqsyv8VPOpRRnRxlGW0rpzapXMdQGksTKNMU= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] sqlite3: upgrading to 3.51.3 FAILED Message-ID: <0101019cf1bb9546-29a9a035-b4fe-4e0f-86b9-14e2951b0c4f-000000@us-west-2.amazonses.com> Date: Sun, 15 Mar 2026 13:42:08 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.03.15-54.240.27.23 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 15 Mar 2026 13:42:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/233196 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *sqlite3* to *3.51.3* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-sqlite3-upgrade-3.51.2-3.51.3.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 beea6d3f75014b1b81a4495f8a8fec2ae3fbb91f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Mar 2026 13:32:49 +0000 Subject: [PATCH] sqlite3: upgrade 3.51.2 -> 3.51.3 --- .../sqlite/sqlite3/0001-Add-option-to-disable-zlib.patch | 4 ++-- .../sqlite/{sqlite3_3.51.2.bb => sqlite3_3.51.3.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/sqlite/{sqlite3_3.51.2.bb => sqlite3_3.51.3.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..635690ca67 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 06ca40f1241fd07cf07487ef52f15e18912b2bc2 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 7c798b3..2ae5171 100644 --- a/autosetup/sqlite-config.tcl +++ b/autosetup/sqlite-config.tcl @@ -287,6 +287,14 @@ proc sqlite-configure {buildMode configScript} { diff --git a/meta/recipes-support/sqlite/sqlite3_3.51.2.bb b/meta/recipes-support/sqlite/sqlite3_3.51.3.bb similarity index 74% rename from meta/recipes-support/sqlite/sqlite3_3.51.2.bb rename to meta/recipes-support/sqlite/sqlite3_3.51.3.bb index 6837293f6a..ea583e4a42 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.51.2.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.51.3.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] = "fbd89f866b1403bb66a143065440089dd76100f2238314d92274a082d4f2b7bb" +SRC_URI[sha256sum] = "81f5be397049b0cae1b167f2225af7646fc0f82e4a9b3c48c9ea3a533e21d77a" SRC_URI += "file://0001-Add-option-to-disable-zlib.patch"