From patchwork Fri May 15 13:20:42 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: 88197 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 647D7CD4F53 for ; Fri, 15 May 2026 13:20:49 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.34829.1778851231040779576 for ; Fri, 15 May 2026 06:20:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=OMtvxt/1; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=kKHKpHEQ; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101019e2bcbe3a5-62423fa1-5ec7-44db-911f-fb618f854281-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1778851243; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=dWbY/cxUw6nh0BSBSDo6aiKJBEf5Efdjqy2jidYRaUo=; b=OMtvxt/1aMdK1I6dNfLlkNTV1p0+oDePnk0wpfGctbyKwJDcEE6d/e1ufvEZH/Hp YK9vUuPwARrCTsC/nrkJwrZjQGnXUddaWyO0NR9XTIji3ew+KvFWm5vxuUv9q9BORgP RgSK+7HgBMf2pN6iEpRJj6sEvi6oAAG1H3giN/Ow= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1778851243; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=dWbY/cxUw6nh0BSBSDo6aiKJBEf5Efdjqy2jidYRaUo=; b=kKHKpHEQYsOAXK8NGgQ8vYHcZ1e+H0W6mBbDlK6SBAtirPcRjcq06Xt4w3CqWWc1 s3Pn4PU93faYuiWgrTy23bpPgGU6rX9f+F3+9KmOtSLYzdMEPNqYmGvvy4auJGLCYRO vLfgSg0PUuUfLrsIe0LTMOgJ6aVB7uUxVOsZaRCM= MIME-Version: 1.0 From: auh@yoctoproject.org To: Changqing Li Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libfyaml: upgrading to 0.9.6 FAILED Message-ID: <0101019e2bcbe3a5-62423fa1-5ec7-44db-911f-fb618f854281-000000@us-west-2.amazonses.com> Date: Fri, 15 May 2026 13:20:42 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.05.15-54.240.27.191 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 ; Fri, 15 May 2026 13:20:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/237167 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libfyaml* to *0.9.6* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-libfyaml-upgrade-0.9.4-0.9.6.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 b82e36a63ce4754490606e8d1f071e0cfab79d35 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 May 2026 12:29:21 +0000 Subject: [PATCH] libfyaml: upgrade 0.9.4 -> 0.9.6 --- .../libfyaml/{libfyaml_0.9.4.bb => libfyaml_0.9.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libfyaml/{libfyaml_0.9.4.bb => libfyaml_0.9.6.bb} (83%) diff --git a/meta/recipes-support/libfyaml/libfyaml_0.9.4.bb b/meta/recipes-support/libfyaml/libfyaml_0.9.6.bb similarity index 83% rename from meta/recipes-support/libfyaml/libfyaml_0.9.4.bb rename to meta/recipes-support/libfyaml/libfyaml_0.9.6.bb index 77fe0a15b0..b48cc4efcd 100644 --- a/meta/recipes-support/libfyaml/libfyaml_0.9.4.bb +++ b/meta/recipes-support/libfyaml/libfyaml_0.9.6.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=6399094fbc639a289cfca2d660c010aa" GITHUB_BASE_URI = "https://github.com/pantoniou/libfyaml" SRC_URI = "${GITHUB_BASE_URI}/releases/download/v${PV}/libfyaml-${PV}.tar.gz" -SRC_URI[sha256sum] = "dac2b0af7b757b32a4fa7c6493d85d0f7dea6effd20ae4352570b6a450b9e5fb" +SRC_URI[sha256sum] = "a59cc3331e2eb903ec36933ad52a45888041cac31e44f553a00511131242c483" inherit autotools pkgconfig github-releases