From cc6c7af900ae0196a62b7fa1375c55bbcd8e68b4 Mon Sep 17 00:00:00 2001 From: Dorinda Date: Wed, 3 Mar 2021 03:01:52 +0100 Subject: meta/recipes-extended: Add HOMEPAGE / DESCRIPTION Added HOMEPAGE and DESCRIPTION for recipes with missing decriptions or homepage [YOCTO #13471] Signed-off-by: Dorinda Bassey Signed-off-by: Richard Purdie --- meta/recipes-extended/bash/bash.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-extended/bash/bash.inc') diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index db326660ea..d3e1dfdb30 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc @@ -1,5 +1,6 @@ SUMMARY = "An sh-compatible command language interpreter" HOMEPAGE = "http://tiswww.case.edu/php/chet/bash/bashtop.html" +DESCRIPTION = "Bash is the GNU Project's Bourne Again SHell, a complete implementation of the IEEE POSIX and Open Group shell specification with interactive command line editing, job control on architectures that support it, csh-like features such as history substitution and brace expansion, and a slew of other features." SECTION = "base/shell" DEPENDS = "ncurses bison-native virtual/libiconv" -- cgit 1.2.3-korg