To: ['Changqing Li '] To: openembedded-core@lists.openembedded.org Subject: [AUH] libfyaml: upgrading to 0.9.6 FAILED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260401050058/all/libfyaml/buildhistory-diff.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260401050058/all/libfyaml/bitbake-output-qemuarm_musl.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260401050058/all/libfyaml/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260401050058/all/libfyaml/0001-libfyaml-upgrade-0.9.4-0.9.6.patch 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 f7d4f24ce4cfe8a9e8d88aba5952f8f03b7fb44d Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 Apr 2026 14:15:03 +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 -- 2.47.1