summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-12-10 07:56:34 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-12-12 12:52:39 +0000
commitc0b4de5ad5642fd421e32941cb8f2cdf0157b44a (patch)
tree3d783e51c6dcefcce93de85c57ed3aeb56fdd3e9 /meta/recipes-support
parent3d0191a8fe9b81bab72e409003820dffc5c79d4f (diff)
downloadpoky-c0b4de5ad5642fd421e32941cb8f2cdf0157b44a.tar.gz
bash-completion: upgrade 2.14.0 -> 2.15.0
Changelog: =========== * _comp_abspath:** handle ".." * _comp_compgen_filedir,_comp_compgen_filedir_xspec:** don’t suggest . nor .. nor */. nor */.. unless the user input is .. or */.. * associate unzip and friends with *.vsix * curl:** Complete "%", "-" for --trace[-ascii] * curl:** Complete files for --json, --write-out * curl:** Complete stdin "-" in file locations * fprintd-*:** new completions * iftop:** -G, -s, -L, and -o arg (non-)completions * ip:** complete ip ntable show * java:** enable .java filename completion for java command * kata-runtime:** add 3rd party fallback completion loader * nerdctl:** add 3rd party fallback completion loader * ngrok:** add 3rd party fallback completion loader * openssl:** Stop having subcommands hardcoded * python,pyvenv:** versioned 3.13 executable support * set:** more featureful completion * slabtop:** new completion * sops:** add 3rd party fallback completion loader * tar:** use long option compression options * todoist:** add 3rd party fallback completion loader * uv:** add 3rd party fallback completion loader * uvx:** add 3rd party fallback completion loader * wine:** complete with '*.bat' and '*.cmd' * xv:** associate with *.webp and *.pnm * xxd:** add -n, -o, and -R arg (non-)completions * _comp_compgen:** use 'compgen -V array_name' in 'bash &gt;= 5.3' * _comp_expand_glob:** set LC_COLLATE for the sorting order * _comp_expand_glob:** work around GLOBSORT in Bash 5.3 * compatdir:** use _comp_expand_glob for the correct order * curl:** Complete all and category for --help * dpkg:** Add missing short option -R * rsync,ssh:** do not overescape spaces in remote filenames * source files using absolute paths for absolute BASH_SOURCE * tar:** Complete added files with long opts * update-alternatives:** fix the "--help" parsing (From OE-Core rev: 35ab69c7b824cb51b5bf869beb16eb118331c176) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/bash-completion/bash-completion_2.15.0.bb (renamed from meta/recipes-support/bash-completion/bash-completion_2.14.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb b/meta/recipes-support/bash-completion/bash-completion_2.15.0.bb
index 06c81beaa0..709443c067 100644
--- a/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb
+++ b/meta/recipes-support/bash-completion/bash-completion_2.15.0.bb
@@ -14,7 +14,7 @@ SECTION = "console/utils"
14 14
15SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz" 15SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz"
16 16
17SRC_URI[sha256sum] = "5c7494f968280832d6adb5aa19f745a56f1a79df311e59338c5efa6f7285e168" 17SRC_URI[sha256sum] = "976a62ee6226970283cda85ecb9c7a4a88f62574c0a6f9e856126976decf1a06"
18GITHUB_BASE_URI = "https://github.com/scop/bash-completion/releases" 18GITHUB_BASE_URI = "https://github.com/scop/bash-completion/releases"
19 19
20PARALLEL_MAKE = "" 20PARALLEL_MAKE = ""