diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2010-09-27 09:44:05 -0500 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-11 22:15:10 +0100 |
commit | fa647b91768a151988f57036dfeff9a0846d6f61 (patch) | |
tree | 6ee512465f610637c031d965f1ab2129d14b51a8 /meta/recipes-core/zlib | |
parent | b2f2590e6c566d1ed4df87cf52279106497d584d (diff) | |
download | openembedded-core-fa647b91768a151988f57036dfeff9a0846d6f61.tar.gz openembedded-core-fa647b91768a151988f57036dfeff9a0846d6f61.tar.bz2 openembedded-core-fa647b91768a151988f57036dfeff9a0846d6f61.zip |
recipes-core: Cleanup package descriptions and summaries
[BUGID #281]
Evaluate and update each package in recipes-core to ensure they have a
consistent summary and description.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-core/zlib')
-rw-r--r-- | meta/recipes-core/zlib/zlib_1.2.5.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/zlib/zlib_1.2.5.bb b/meta/recipes-core/zlib/zlib_1.2.5.bb index e6db69e3a6..8897406f90 100644 --- a/meta/recipes-core/zlib/zlib_1.2.5.bb +++ b/meta/recipes-core/zlib/zlib_1.2.5.bb @@ -1,4 +1,6 @@ -DESCRIPTION = "Zlib Compression Library" +SUMMARY = "Zlib Compression Library" +DESCRIPTION = "Zlib is a general-purpose, patent-free, lossless data compression \ +library which is used by many different programs." HOMEPAGE = "http://zlib.net/" SECTION = "libs" PRIORITY = "required" |