[oe-commits] Paul Eggleton : libpng: set reasonable SUMMARY

git at git.openembedded.org git at git.openembedded.org
Wed Nov 27 11:50:38 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: f991d2d60b74f5ebd990f77aecd3324b1a4533e9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f991d2d60b74f5ebd990f77aecd3324b1a4533e9

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Tue Nov 26 14:41:56 2013 +0000

libpng: set reasonable SUMMARY

Also don't set DESCRIPTION to the same value, it's superfluous.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-lsb4/libpng/libpng12_1.2.50.bb    | 3 +--
 meta/recipes-multimedia/libpng/libpng_1.6.7.bb | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-lsb4/libpng/libpng12_1.2.50.bb b/meta/recipes-lsb4/libpng/libpng12_1.2.50.bb
index 95d5fb1..29d581b 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"
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.7.bb b/meta/recipes-multimedia/libpng/libpng_1.6.7.bb
index 0f5ae5d..f41b550 100644
--- a/meta/recipes-multimedia/libpng/libpng_1.6.7.bb
+++ b/meta/recipes-multimedia/libpng/libpng_1.6.7.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"



More information about the Openembedded-commits mailing list