diff mbox series

[1/3] bash-completion: upgrade 2.17.0 -> 2.18.0

Message ID 20260814140819.2840177-1-richard.purdie@linuxfoundation.org
State Under Review
Headers show
Series [1/3] bash-completion: upgrade 2.17.0 -> 2.18.0 | expand

Commit Message

Richard Purdie Aug. 14, 2026, 2:08 p.m. UTC
This release comes with notable changes to the directories used for
looking up and sourcing completion recipes and helpers, allowing for
more flexibility and customization and fewer conflicts between things
shipping with bash-completion and third party/upstream/origin packages.

Files that come with bash-completion itself are located in directories
reserved for that use, their names ending with `-core` and
`-fallback`. Packages should continue install their files in the same
`completions` and `helpers` dirs like before; these directories
precede the bash-completion "core" ones in lookup order.

A new concept of `startup` dirs has been introduced. Files from these
directories are sourced eagerly on bash-completion startup. This
replaces and allows for more flexibility than using the deprecated
`/etc/bash_completion.d` directory for this purpose.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../{bash-completion_2.17.0.bb => bash-completion_2.18.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/bash-completion/{bash-completion_2.17.0.bb => bash-completion_2.18.0.bb} (92%)
diff mbox series

Patch

diff --git a/meta/recipes-support/bash-completion/bash-completion_2.17.0.bb b/meta/recipes-support/bash-completion/bash-completion_2.18.0.bb
similarity index 92%
rename from meta/recipes-support/bash-completion/bash-completion_2.17.0.bb
rename to meta/recipes-support/bash-completion/bash-completion_2.18.0.bb
index 843b5b831d5..c14681bc966 100644
--- a/meta/recipes-support/bash-completion/bash-completion_2.17.0.bb
+++ b/meta/recipes-support/bash-completion/bash-completion_2.18.0.bb
@@ -14,7 +14,7 @@  SECTION = "console/utils"
 
 SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "dd9d825e496435fb3beba3ae7bea9f77e821e894667d07431d1d4c8c570b9e58"
+SRC_URI[sha256sum] = "88bcf85124f77f74f2f2f8bcd16ac4382d807a827ede742a64940c7116aea33f"
 GITHUB_BASE_URI = "https://github.com/scop/bash-completion/releases"
 
 PARALLEL_MAKE = ""