diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2010-11-18 17:44:37 -0600 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-16 15:53:08 +0000 |
commit | f992d6b4348bc2fde4a415bcc10b1a770aa9a0bc (patch) | |
tree | 81dceb41084e5ad3a6ecbe861239567eb68e52d2 /meta/recipes-extended/gzip/gzip_1.3.12.bb | |
parent | 8bcb64c0737e2322031a5579c1a3fa01d944b348 (diff) | |
download | poky-f992d6b4348bc2fde4a415bcc10b1a770aa9a0bc.tar.gz |
recipes-extended: Add Summary information
Add Summary information and update descriptions as necessary.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-extended/gzip/gzip_1.3.12.bb')
-rw-r--r-- | meta/recipes-extended/gzip/gzip_1.3.12.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/gzip/gzip_1.3.12.bb b/meta/recipes-extended/gzip/gzip_1.3.12.bb index c111e2e24d..df41c1efd4 100644 --- a/meta/recipes-extended/gzip/gzip_1.3.12.bb +++ b/meta/recipes-extended/gzip/gzip_1.3.12.bb | |||
@@ -1,4 +1,6 @@ | |||
1 | DESCRIPTION = "Standard GNU compressor" | 1 | SUMMARY = "Standard GNU compressor" |
2 | DESCRIPTION = "GNU Gzip is a popular data compression program originally written by Jean-loup Gailly for the GNU \ | ||
3 | project. Mark Adler wrote the decompression part" | ||
2 | HOMEPAGE = "http://www.gnu.org/software/gzip" | 4 | HOMEPAGE = "http://www.gnu.org/software/gzip" |
3 | SECTION = "base" | 5 | SECTION = "base" |
4 | 6 | ||