diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-11-26 14:41:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-27 11:51:08 +0000 |
commit | f991d2d60b74f5ebd990f77aecd3324b1a4533e9 (patch) | |
tree | 86b64021a90107035c9c8c360677106998849185 /meta/recipes-lsb4/libpng | |
parent | 2509a9b8f1486fc3b7a16672d0c8618a168f7c6d (diff) | |
download | openembedded-core-f991d2d60b74f5ebd990f77aecd3324b1a4533e9.tar.gz openembedded-core-f991d2d60b74f5ebd990f77aecd3324b1a4533e9.tar.bz2 openembedded-core-f991d2d60b74f5ebd990f77aecd3324b1a4533e9.zip |
libpng: set reasonable SUMMARY
Also don't set DESCRIPTION to the same value, it's superfluous.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-lsb4/libpng')
-rw-r--r-- | meta/recipes-lsb4/libpng/libpng12_1.2.50.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-lsb4/libpng/libpng12_1.2.50.bb b/meta/recipes-lsb4/libpng/libpng12_1.2.50.bb index 95d5fb1b2c..29d581b9ca 100644 --- a/meta/recipes-lsb4/libpng/libpng12_1.2.50.bb +++ b/meta/recipes-lsb4/libpng/libpng12_1.2.50.bb @@ -1,5 +1,4 @@ -SUMMARY = "PNG Library" -DESCRIPTION = "PNG Library" +SUMMARY = "PNG image format decoding library" HOMEPAGE = "http://www.libpng.org/" SECTION = "libs" LICENSE = "Libpng" |