To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] bash-completion: upgrading to 2.17.0 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20251215185105/all/bash-completion/0001-bash-completion-upgrade-2.16.0-2.17.0.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20251215185105/all/bash-completion/buildhistory-diff.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20251215185105/all/bash-completion/buildhistory-diff-full.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *bash-completion* to *2.17.0* has Succeeded. Next steps: - apply the patch: git am 0001-bash-completion-upgrade-2.16.0-2.17.0.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 33df202ba49f7a8e7e133ef43d40b254d300fd7a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 16 Dec 2025 06:40:43 +0000 Subject: [PATCH] bash-completion: upgrade 2.16.0 -> 2.17.0 --- .../{bash-completion_2.16.0.bb => bash-completion_2.17.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/bash-completion/{bash-completion_2.16.0.bb => bash-completion_2.17.0.bb} (92%) diff --git a/meta/recipes-support/bash-completion/bash-completion_2.16.0.bb b/meta/recipes-support/bash-completion/bash-completion_2.17.0.bb similarity index 92% rename from meta/recipes-support/bash-completion/bash-completion_2.16.0.bb rename to meta/recipes-support/bash-completion/bash-completion_2.17.0.bb index d1a8f5e0cc..843b5b831d 100644 --- a/meta/recipes-support/bash-completion/bash-completion_2.16.0.bb +++ b/meta/recipes-support/bash-completion/bash-completion_2.17.0.bb @@ -14,7 +14,7 @@ SECTION = "console/utils" SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "3369bd5e418a75fb990863925aed5b420398acebb320ec4c0306b3eae23f107a" +SRC_URI[sha256sum] = "dd9d825e496435fb3beba3ae7bea9f77e821e894667d07431d1d4c8c570b9e58" GITHUB_BASE_URI = "https://github.com/scop/bash-completion/releases" PARALLEL_MAKE = "" -- 2.47.1