summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/bash-completion
diff options
context:
space:
mode:
authorMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>2020-12-15 23:32:01 -0500
committerSteve Sakoman <steve@sakoman.com>2021-01-04 04:50:23 -1000
commita6694d72a6b2ac6c33183aa418673e882b0d07a0 (patch)
tree854da6aaab171d9311cb3ffb199c44d9f37127a4 /meta/recipes-support/bash-completion
parentc29662d34afe653e08516898324f73182957aa30 (diff)
downloadopenembedded-core-a6694d72a6b2ac6c33183aa418673e882b0d07a0.tar.gz
meta: add missing descriptions in some support recipes
Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit d2654384db4999c78bc3d98215a4eecdab63541b) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-support/bash-completion')
-rw-r--r--meta/recipes-support/bash-completion/bash-completion_2.10.bb2
1 files changed, 2 insertions, 0 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 93e7d9dc3c..58e565dee5 100644
--- a/meta/recipes-support/bash-completion/bash-completion_2.10.bb
+++ b/meta/recipes-support/bash-completion/bash-completion_2.10.bb
@@ -1,4 +1,6 @@
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."
HOMEPAGE = "https://github.com/scop/bash-completion"
BUGTRACKER = "https://github.com/scop/bash-completion/issues"