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 | d4844cd4409b04dead2de793e565269eb8b6d329 (patch) | |
tree | 3f4c56a75d249d7a345156c7e0eb910008146478 /meta | |
parent | 40551b246b9f53ee7c36ecda8149267f7b2e77ac (diff) | |
download | tizen-distro-d4844cd4409b04dead2de793e565269eb8b6d329.tar.gz tizen-distro-d4844cd4409b04dead2de793e565269eb8b6d329.tar.bz2 tizen-distro-d4844cd4409b04dead2de793e565269eb8b6d329.zip |
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')
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/libnfsidmap_0.24.bb | 3 | ||||
-rw-r--r-- | meta/recipes-devtools/dosfstools/dosfstools_2.11.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb | 3 | ||||
-rw-r--r-- | meta/recipes-extended/grep/grep_2.9.bb | 1 | ||||
-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 |
6 files changed, 9 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.24.bb b/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.24.bb index 101ecab1c2..eff75ecd5d 100644 --- a/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.24.bb +++ b/meta/recipes-connectivity/nfs-utils/libnfsidmap_0.24.bb @@ -1,4 +1,5 @@ -DESCRIPTION = "nfs idmapping library" +SUMMARY = "NFS id mapping library" +DESCRIPTION = "NFS id mapping library" HOMEPAGE = "http://www.citi.umich.edu/projects/nfsv4/linux/" SECTION = "libs" diff --git a/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb b/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb index ec75ac9250..eca54f1870 100644 --- a/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb +++ b/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb @@ -1,7 +1,7 @@ # dosfstools OE build file # Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved # Released under the MIT license (see packages/COPYING) - +SUMMARY = "DOS FAT Filesystem Utilities" DESCRIPTION = "DOS FAT Filesystem Utilities" SECTION = "base" diff --git a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb index a3dca3d958..df0cae068e 100644 --- a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb +++ b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb @@ -1,4 +1,5 @@ -DESCRIPTION = "Qemu helper scripts from Poky" +SUMMARY = "Qemu helper scripts" +DESCRIPTION = "Qemu helper scripts" LICENSE = "GPLv2" RDEPENDS_${PN} = "qemu-nativesdk" PR = "r9" diff --git a/meta/recipes-extended/grep/grep_2.9.bb b/meta/recipes-extended/grep/grep_2.9.bb index 08ac527320..9099bed2af 100644 --- a/meta/recipes-extended/grep/grep_2.9.bb +++ b/meta/recipes-extended/grep/grep_2.9.bb @@ -1,3 +1,4 @@ +SUMMARY = "GNU grep utility" DESCRIPTION = "GNU grep utility" HOMEPAGE = "http://savannah.gnu.org/projects/grep/" BUGTRACKER = "http://savannah.gnu.org/bugs/?group=grep" 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 @@ +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 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 @@ -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" |