diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-19 15:13:01 +0000 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-01-02 21:16:50 +0000 |
commit | a414d49f04541122e16469eca9e5d1770141f7cc (patch) | |
tree | 5b26347ac812d6b774b6cbee68355a6d8b218cb8 /meta/recipes-support | |
parent | bbd88aebcabbb19c27a7d752d4a5b8ad9ff9412e (diff) | |
download | openembedded-core-a414d49f04541122e16469eca9e5d1770141f7cc.tar.gz openembedded-core-a414d49f04541122e16469eca9e5d1770141f7cc.tar.bz2 openembedded-core-a414d49f04541122e16469eca9e5d1770141f7cc.zip |
Tweak SUMMARY
For these recipes, I took the opportunity to fix up the new SUMMARY
values as the originals needed tweaking. I've tried to make them
concisely explain the function of the recipe / package where possible.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libdaemon/libdaemon_0.14.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/libexif/libexif_0.6.21.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/shared-mime-info/shared-mime-info.inc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/libdaemon/libdaemon_0.14.bb b/meta/recipes-support/libdaemon/libdaemon_0.14.bb index a05f86c865..e928781a4d 100644 --- a/meta/recipes-support/libdaemon/libdaemon_0.14.bb +++ b/meta/recipes-support/libdaemon/libdaemon_0.14.bb @@ -1,4 +1,4 @@ -SUMMARY = "libdaemon is a lightweight C library which eases the writing of UNIX daemons." +SUMMARY = "Lightweight C library which eases the writing of UNIX daemons" SECTION = "libs" AUTHOR = "Lennart Poettering <lennart@poettering.net>" HOMEPAGE = "http://0pointer.de/lennart/projects/libdaemon/" diff --git a/meta/recipes-support/libexif/libexif_0.6.21.bb b/meta/recipes-support/libexif/libexif_0.6.21.bb index 736de32eee..cff4caede9 100644 --- a/meta/recipes-support/libexif/libexif_0.6.21.bb +++ b/meta/recipes-support/libexif/libexif_0.6.21.bb @@ -1,4 +1,4 @@ -SUMMARY = "Library to read the extended image information (EXIF) from JPEG pictures" +SUMMARY = "Library for reading extended image information (EXIF) from JPEG files" HOMEPAGE = "http://sourceforge.net/projects/libexif" SECTION = "libs" LICENSE = "LGPLv2.1" diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info.inc b/meta/recipes-support/shared-mime-info/shared-mime-info.inc index 2f7a74e3a0..6eedb6d3fd 100644 --- a/meta/recipes-support/shared-mime-info/shared-mime-info.inc +++ b/meta/recipes-support/shared-mime-info/shared-mime-info.inc @@ -1,4 +1,4 @@ -SUMMARY = "shared MIME database and spec" +SUMMARY = "Shared MIME type database and specification" HOMEPAGE = "http://freedesktop.org/wiki/Software/shared-mime-info" SECTION = "base" |