mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
recipes-support: Add missing HOMEPAGE and DESCRIPTION for recipes
Fixes: [YOCTO #13471] (From OE-Core rev: 6db24928d62aeb093a0e6da6619713eaca57a96f) Signed-off-by: Ida Delphine <idadelm@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e03ad3ff5a
commit
c8075ed8f1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user