To: ['Markus Volk '] To: openembedded-core@lists.openembedded.org Subject: [AUH] fastfloat: upgrading to 8.2.2 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260101050057/all/fastfloat/0001-fastfloat-upgrade-8.1.0-8.2.2.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260101050057/all/fastfloat/buildhistory-diff-full.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *fastfloat* to *8.2.2* has Succeeded. Next steps: - apply the patch: git am 0001-fastfloat-upgrade-8.1.0-8.2.2.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 a1e0da35809653fb68d13fb0470b5da0945e7869 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Jan 2026 06:50:08 +0000 Subject: [PATCH] fastfloat: upgrade 8.1.0 -> 8.2.2 --- .../fastfloat/{fastfloat_8.1.0.bb => fastfloat_8.2.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/fastfloat/{fastfloat_8.1.0.bb => fastfloat_8.2.2.bb} (90%) diff --git a/meta/recipes-devtools/fastfloat/fastfloat_8.1.0.bb b/meta/recipes-devtools/fastfloat/fastfloat_8.2.2.bb similarity index 90% rename from meta/recipes-devtools/fastfloat/fastfloat_8.1.0.bb rename to meta/recipes-devtools/fastfloat/fastfloat_8.2.2.bb index 84bf90dac9..28d59ca09b 100644 --- a/meta/recipes-devtools/fastfloat/fastfloat_8.1.0.bb +++ b/meta/recipes-devtools/fastfloat/fastfloat_8.2.2.bb @@ -9,6 +9,6 @@ LIC_FILES_CHKSUM = " \ SRC_URI = "git://github.com/fastfloat/fast_float.git;protocol=https;branch=main;tag=v${PV}" -SRCREV = "88b1e5321c6918cbe091afd76728296290668403" +SRCREV = "97b54ca9e75f5303507699d27c6b4f4efe4641a1" inherit cmake -- 2.47.1