diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-19 15:13:01 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 22:39:23 +0000 |
commit | cb4500a98f150d1dc0c818b3dcf020178a2a7e7c (patch) | |
tree | b810d989775a90caa758538e4ec07ee6bf020250 /meta/recipes-support | |
parent | a22ee50865e01a1c3a776f627e28036c1211664b (diff) | |
download | poky-cb4500a98f150d1dc0c818b3dcf020178a2a7e7c.tar.gz |
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.
(From OE-Core rev: a414d49f04541122e16469eca9e5d1770141f7cc)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 @@ | |||
1 | SUMMARY = "libdaemon is a lightweight C library which eases the writing of UNIX daemons." | 1 | SUMMARY = "Lightweight C library which eases the writing of UNIX daemons" |
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | AUTHOR = "Lennart Poettering <lennart@poettering.net>" | 3 | AUTHOR = "Lennart Poettering <lennart@poettering.net>" |
4 | HOMEPAGE = "http://0pointer.de/lennart/projects/libdaemon/" | 4 | 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 @@ | |||
1 | SUMMARY = "Library to read the extended image information (EXIF) from JPEG pictures" | 1 | SUMMARY = "Library for reading extended image information (EXIF) from JPEG files" |
2 | HOMEPAGE = "http://sourceforge.net/projects/libexif" | 2 | HOMEPAGE = "http://sourceforge.net/projects/libexif" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "LGPLv2.1" | 4 | 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 @@ | |||
1 | SUMMARY = "shared MIME database and spec" | 1 | SUMMARY = "Shared MIME type database and specification" |
2 | HOMEPAGE = "http://freedesktop.org/wiki/Software/shared-mime-info" | 2 | HOMEPAGE = "http://freedesktop.org/wiki/Software/shared-mime-info" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | 4 | ||