To: ['Khem Raj '] To: openembedded-core@lists.openembedded.org Subject: [AUH] libmpc: upgrading to 1.4.1 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260501050056/all/libmpc/buildhistory-diff.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260501050056/all/libmpc/0001-libmpc-upgrade-1.4.0-1.4.1.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260501050056/all/libmpc/buildhistory-diff-full.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libmpc* to *1.4.1* has Succeeded. Next steps: - apply the patch: git am 0001-libmpc-upgrade-1.4.0-1.4.1.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 5c0b36c41e8ad17da8b44f1923c7739a6cd9b5e1 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 May 2026 14:15:29 +0000 Subject: [PATCH] libmpc: upgrade 1.4.0 -> 1.4.1 --- .../recipes-support/libmpc/{libmpc_1.4.0.bb => libmpc_1.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libmpc/{libmpc_1.4.0.bb => libmpc_1.4.1.bb} (72%) diff --git a/meta/recipes-support/libmpc/libmpc_1.4.0.bb b/meta/recipes-support/libmpc/libmpc_1.4.1.bb similarity index 72% rename from meta/recipes-support/libmpc/libmpc_1.4.0.bb rename to meta/recipes-support/libmpc/libmpc_1.4.1.bb index 78ce0bfe88..fca6bc2cc7 100644 --- a/meta/recipes-support/libmpc/libmpc_1.4.0.bb +++ b/meta/recipes-support/libmpc/libmpc_1.4.1.bb @@ -5,7 +5,7 @@ DEPENDS = "gmp mpfr" LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02" SRC_URI = "${GNU_MIRROR}/mpc/mpc-${PV}.tar.xz" -SRC_URI[sha256sum] = "3210b3a546b1cb00c296ca360891d7740ee6ff06deb02a27a35b20cd3c0bb1a5" +SRC_URI[sha256sum] = "91204cd32f164bd3b7c992d4a6a8ce6519511aadab30f78b6982d0bf8d73e931" S = "${UNPACKDIR}/mpc-${PV}" BBCLASSEXTEND = "native nativesdk" -- 2.47.1