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 | |
parent | 8bcb64c0737e2322031a5579c1a3fa01d944b348 (diff) | |
download | openembedded-core-f992d6b4348bc2fde4a415bcc10b1a770aa9a0bc.tar.gz openembedded-core-f992d6b4348bc2fde4a415bcc10b1a770aa9a0bc.tar.bz2 openembedded-core-f992d6b4348bc2fde4a415bcc10b1a770aa9a0bc.zip |
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')
-rw-r--r-- | meta/recipes-extended/gzip/gzip.inc | 4 | ||||
-rw-r--r-- | meta/recipes-extended/gzip/gzip_1.3.12.bb | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-extended/gzip/gzip.inc b/meta/recipes-extended/gzip/gzip.inc index 28df4d4a5d..a44944923c 100644 --- a/meta/recipes-extended/gzip/gzip.inc +++ b/meta/recipes-extended/gzip/gzip.inc @@ -1,4 +1,6 @@ -DESCRIPTION = "GNU Gzip is a popular data compression program originally written by Jean-loup Gailly for the GNU project. Mark Adler wrote the decompression part" +SUMMARY = "Standard GNU compressor" +DESCRIPTION = "GNU Gzip is a popular data compression program originally written by Jean-loup Gailly for the GNU \ +project. Mark Adler wrote the decompression part" HOMEPAGE = "http://www.gnu.org/software/gzip/" SECTION = "console/utils" # change to GPLv3+ in 2007/07. Previous GPLv2 version is 1.3.12 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 @@ -DESCRIPTION = "Standard GNU compressor" +SUMMARY = "Standard GNU compressor" +DESCRIPTION = "GNU Gzip is a popular data compression program originally written by Jean-loup Gailly for the GNU \ +project. Mark Adler wrote the decompression part" HOMEPAGE = "http://www.gnu.org/software/gzip" SECTION = "base" |