Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Add missing SUMMARY fields to various recipes
@ 2011-12-18 23:06 Scott Garman
  2011-12-18 23:06 ` [PATCH 1/1] " Scott Garman
  2011-12-19 12:16 ` [PATCH 0/1] " Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Scott Garman @ 2011-12-18 23:06 UTC (permalink / raw)
  To: openembedded-core

Hello,

In response to Shane's request for recipe maintainers to update recipes
missing SUMMARY fields, this should take care of my list.

Scott

The following changes since commit 3e05acab1c119a3b2a4703ea8729cc768935d36e:

  license.bbclass: remove bashism (2011-12-16 16:50:39 +0000)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib sgarman/update-summary-final
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/update-summary-final

Scott Garman (1):
  Add missing SUMMARY fields to various recipes

 .../nfs-utils/libnfsidmap_0.24.bb                  |    3 ++-
 .../recipes-devtools/dosfstools/dosfstools_2.11.bb |    2 +-
 .../qemu/qemu-helper-nativesdk_1.0.bb              |    3 ++-
 meta/recipes-extended/grep/grep_2.9.bb             |    1 +
 meta/recipes-support/icu/icu-3.6.inc               |    1 +
 meta/recipes-support/libevent/libevent_1.4.14b.bb  |    3 ++-
 6 files changed, 9 insertions(+), 4 deletions(-)

-- 
1.7.5.4




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] Add missing SUMMARY fields to various recipes
  2011-12-18 23:06 [PATCH 0/1] Add missing SUMMARY fields to various recipes Scott Garman
@ 2011-12-18 23:06 ` Scott Garman
  2011-12-19 12:16 ` [PATCH 0/1] " Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Scott Garman @ 2011-12-18 23:06 UTC (permalink / raw)
  To: openembedded-core

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>
---
 .../nfs-utils/libnfsidmap_0.24.bb                  |    3 ++-
 .../recipes-devtools/dosfstools/dosfstools_2.11.bb |    2 +-
 .../qemu/qemu-helper-nativesdk_1.0.bb              |    3 ++-
 meta/recipes-extended/grep/grep_2.9.bb             |    1 +
 meta/recipes-support/icu/icu-3.6.inc               |    1 +
 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 101ecab..eff75ec 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 ec75ac9..eca54f1 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 a3dca3d..df0cae0 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 08ac527..9099bed 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 8fadc92..e3f9dd2 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 1a369b5..36468dc 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"
 
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1] Add missing SUMMARY fields to various recipes
  2011-12-18 23:06 [PATCH 0/1] Add missing SUMMARY fields to various recipes Scott Garman
  2011-12-18 23:06 ` [PATCH 1/1] " Scott Garman
@ 2011-12-19 12:16 ` Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-12-19 12:16 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Sun, 2011-12-18 at 15:06 -0800, Scott Garman wrote:
> Hello,
> 
> In response to Shane's request for recipe maintainers to update recipes
> missing SUMMARY fields, this should take care of my list.
> 
> Scott
> 
> The following changes since commit 3e05acab1c119a3b2a4703ea8729cc768935d36e:
> 
>   license.bbclass: remove bashism (2011-12-16 16:50:39 +0000)
> 
> are available in the git repository at:
>   git://git.pokylinux.org/poky-contrib sgarman/update-summary-final
>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/update-summary-final
> 
> Scott Garman (1):
>   Add missing SUMMARY fields to various recipes

Merged to master, thanks.

Richard




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-19 12:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-18 23:06 [PATCH 0/1] Add missing SUMMARY fields to various recipes Scott Garman
2011-12-18 23:06 ` [PATCH 1/1] " Scott Garman
2011-12-19 12:16 ` [PATCH 0/1] " Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox