diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-12-18 15:06:57 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-19 09:29:16 +0000 |
commit | 6ea9711c490465ac5f1ea241a5777c345a9c9c0e (patch) | |
tree | 0b4731c6036ec3e53195b91fd00a3c83c7e0af7c /meta/recipes-support | |
parent | 553302b3c0885ecc4550dca726908fa1db2fbdd2 (diff) | |
download | poky-6ea9711c490465ac5f1ea241a5777c345a9c9c0e.tar.gz |
Add missing SUMMARY fields to various recipes
This adds the SUMMARY field to the following recipes which were
missing it:
* dosfstools
* grep
* icu
* libevent
* libnfsidmap
* qemu-helper-nativesdk
(From OE-Core rev: e8c194a627e091ef9da3b7fa83ea3897bd283d9e)
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/icu/icu-3.6.inc | 1 | ||||
-rw-r--r-- | meta/recipes-support/libevent/libevent_1.4.14b.bb | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/icu/icu-3.6.inc b/meta/recipes-support/icu/icu-3.6.inc index 8fadc92f9d..e3f9dd2613 100644 --- a/meta/recipes-support/icu/icu-3.6.inc +++ b/meta/recipes-support/icu/icu-3.6.inc | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "International Component for Unicode libraries" | ||
1 | DESCRIPTION = "The International Component for Unicode (ICU) is a mature, portable set of C/C++ and Java libraries for Unicode support, software internationalization (I18N) and globalization (G11N), giving applications the same results on all platforms." | 2 | DESCRIPTION = "The International Component for Unicode (ICU) is a mature, portable set of C/C++ and Java libraries for Unicode support, software internationalization (I18N) and globalization (G11N), giving applications the same results on all platforms." |
2 | HOMEPAGE = "http://www-01.ibm.com/software/globalization/icu/index.jsp" | 3 | HOMEPAGE = "http://www-01.ibm.com/software/globalization/icu/index.jsp" |
3 | 4 | ||
diff --git a/meta/recipes-support/libevent/libevent_1.4.14b.bb b/meta/recipes-support/libevent/libevent_1.4.14b.bb index 1a369b5754..36468dc04f 100644 --- a/meta/recipes-support/libevent/libevent_1.4.14b.bb +++ b/meta/recipes-support/libevent/libevent_1.4.14b.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | DESCRIPTION = "an asynchronous event notification library" | 1 | SUMMARY = "An asynchronous event notification library" |
2 | DESCRIPTION = "An asynchronous event notification library" | ||
2 | HOMEPAGE = "http://www.monkey.org/~provos/libevent/" | 3 | HOMEPAGE = "http://www.monkey.org/~provos/libevent/" |
3 | SECTION = "libs" | 4 | SECTION = "libs" |
4 | 5 | ||