diff options
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 8fadc92f9..e3f9dd261 100644 --- a/meta/recipes-support/icu/icu-3.6.inc +++ b/meta/recipes-support/icu/icu-3.6.inc @@ -1,3 +1,4 @@ +SUMMARY = "International Component for Unicode libraries" 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." HOMEPAGE = "http://www-01.ibm.com/software/globalization/icu/index.jsp" diff --git a/meta/recipes-support/libevent/libevent_1.4.14b.bb b/meta/recipes-support/libevent/libevent_1.4.14b.bb index 1a369b575..36468dc04 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 @@ -DESCRIPTION = "an asynchronous event notification library" +SUMMARY = "An asynchronous event notification library" +DESCRIPTION = "An asynchronous event notification library" HOMEPAGE = "http://www.monkey.org/~provos/libevent/" SECTION = "libs" |