summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/bash-completion/bash-completion_2.10.bb
diff options
context:
space:
mode:
authorMeh Mbeh Ida Delphine <idadelm@gmail.com>2021-03-02 11:07:33 +0100
committerSteve Sakoman <steve@sakoman.com>2021-03-11 05:00:02 -1000
commit54e0df20665be8df9d8961d8c4e716e38104ba16 (patch)
treef4fb5835c71da0657b203d4b6a4194b04512eebe /meta/recipes-support/bash-completion/bash-completion_2.10.bb
parentbee215c7d3b2759635f6e3a8e5c385ad95e9330e (diff)
downloadopenembedded-core-contrib-54e0df20665be8df9d8961d8c4e716e38104ba16.tar.gz
recipes-support: Add missing HOMEPAGE and DESCRIPTION for recipes
Fixes: [YOCTO #13471] Signed-off-by: Ida Delphine <idadelm@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 6db24928d62aeb093a0e6da6619713eaca57a96f) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-support/bash-completion/bash-completion_2.10.bb')
-rw-r--r--meta/recipes-support/bash-completion/bash-completion_2.10.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-support/bash-completion/bash-completion_2.10.bb b/meta/recipes-support/bash-completion/bash-completion_2.10.bb
index 58e565dee5..1f99bf7386 100644
--- a/meta/recipes-support/bash-completion/bash-completion_2.10.bb
+++ b/meta/recipes-support/bash-completion/bash-completion_2.10.bb
@@ -1,6 +1,9 @@
SUMMARY = "Programmable Completion for Bash 4"
-DESCRIPTION = "bash completion extends bash's standard completion behavior to \
-achieve complex command lines with just a few keystrokes."
+DESCRIPTION = "Collection of command line command completions for the Bash shell, \
+collection of helper functions to assist in creating new completions, \
+and set of facilities for loading completions automatically on demand, as well \
+as installing them."
+
HOMEPAGE = "https://github.com/scop/bash-completion"
BUGTRACKER = "https://github.com/scop/bash-completion/issues"