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 <[email protected]>
---
 .../{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 --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 = ""
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#243451): 
https://lists.openembedded.org/g/openembedded-core/message/243451
Mute This Topic: https://lists.openembedded.org/mt/120749324/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to