]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add missing SUMMARY fields to various recipes
authorScott Garman <scott.a.garman@intel.com>
Sun, 18 Dec 2011 23:06:57 +0000 (15:06 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Dec 2011 09:24:19 +0000 (09:24 +0000)
This adds the SUMMARY field to the following recipes which were
missing it:

* dosfstools
* grep
* icu
* libevent
* libnfsidmap
* qemu-helper-nativesdk

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/nfs-utils/libnfsidmap_0.24.bb
meta/recipes-devtools/dosfstools/dosfstools_2.11.bb
meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb
meta/recipes-extended/grep/grep_2.9.bb
meta/recipes-support/icu/icu-3.6.inc
meta/recipes-support/libevent/libevent_1.4.14b.bb

index 101ecab1c22112c0b927ebaaee5822b94eb27f6b..eff75ecd5dca2d6a846e7dac5301ea8f9f579ea5 100644 (file)
@@ -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"
 
index ec75ac92509c4d3bd152173e425ef8535affbcd3..eca54f1870feddd9225d08881879fed2bd63f343 100644 (file)
@@ -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"
index a3dca3d95816f190ce7cc2c2bf1711b2635a65d8..df0cae068e5c5bb6f888cbcc1c9217c3f2e8c9dd 100644 (file)
@@ -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"
index 08ac5273208ce9a22fbe709e8e46bb4efab81546..9099bed2af7103ed9e149a520c34d7fe1cfac28b 100644 (file)
@@ -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"
index 8fadc92f9dad95214c4cf84ef3eac72f54d21af1..e3f9dd2613799e154568ed2dc5196656e09a8aaa 100644 (file)
@@ -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"
 
index 1a369b575461a1766ba0d1e371fa059bb8f6ef88..36468dc04f72994d9bb6fc423ddaaefed555e557 100644 (file)
@@ -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"