To: ['Markus Volk '] To: openembedded-core@lists.openembedded.org Subject: [AUH] fastfloat: upgrading to 8.2.3 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260218093701/all/fastfloat/0001-fastfloat-upgrade-8.2.2-8.2.3.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260218093701/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.3* has Succeeded. Next steps: - apply the patch: git am 0001-fastfloat-upgrade-8.2.2-8.2.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 fafbc573abc2743774b0b564213fd9a29214dec5 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 18 Feb 2026 12:52:30 +0000 Subject: [PATCH] fastfloat: upgrade 8.2.2 -> 8.2.3 --- .../fastfloat/{fastfloat_8.2.2.bb => fastfloat_8.2.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/fastfloat/{fastfloat_8.2.2.bb => fastfloat_8.2.3.bb} (90%) diff --git a/meta/recipes-devtools/fastfloat/fastfloat_8.2.2.bb b/meta/recipes-devtools/fastfloat/fastfloat_8.2.3.bb similarity index 90% rename from meta/recipes-devtools/fastfloat/fastfloat_8.2.2.bb rename to meta/recipes-devtools/fastfloat/fastfloat_8.2.3.bb index 28d59ca09b..9ccf3dce0c 100644 --- a/meta/recipes-devtools/fastfloat/fastfloat_8.2.2.bb +++ b/meta/recipes-devtools/fastfloat/fastfloat_8.2.3.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 = "97b54ca9e75f5303507699d27c6b4f4efe4641a1" +SRCREV = "01ce95dfe46abccf3264fbccf9f5139ea9016cd2" inherit cmake -- 2.47.1