All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Fix missing SUMMARY values
@ 2015-11-06 15:28 Paul Eggleton
  2015-11-06 15:28 ` [PATCH 01/11] gptfdisk: add SUMMARY Paul Eggleton
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Paul Eggleton @ 2015-11-06 15:28 UTC (permalink / raw)
  To: openembedded-core

One of my pet peeves is where SUMMARY isn't set properly in a recipe;
we use these in a few places now (packages, the OE layer index,
Toaster, etc.).


The following changes since commit e44ed8c18e395b9c055aefee113b90708e8a8a2f:

  build-appliance-image: Update to jethro head revision (2015-11-03 14:02:57 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/summaries
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/summaries

Paul Eggleton (11):
  gptfdisk: add SUMMARY
  libunwind: add SUMMARY
  stress: add SUMMARY
  python-nose: add SUMMARY
  linux-yocto.inc: set SUMMARY instead of DESCRIPTION
  tzcode-native: set SUMMARY instead of DESCRIPTION
  alsa-plugins: set SUMMARY instead of DESCRIPTION
  swig: set SUMMARY instead of DESCRIPTION
  mmc-utils: set SUMMARY instead of DESCRIPTION
  gstreamer1.0-meta-base: set SUMMARY instead of DESCRIPTION
  texinfo-dummy-native: set SUMMARY instead of DESCRIPTION

 meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb                      | 1 +
 meta/recipes-devtools/mmc/mmc-utils_git.bb                         | 2 +-
 meta/recipes-devtools/python/python-nose_1.3.6.bb                  | 1 +
 meta/recipes-devtools/swig/swig.inc                                | 2 +-
 meta/recipes-extended/stress/stress_1.0.4.bb                       | 1 +
 meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb | 2 +-
 meta/recipes-extended/tzcode/tzcode-native_2015g.bb                | 2 +-
 meta/recipes-kernel/linux/linux-yocto.inc                          | 2 +-
 meta/recipes-multimedia/alsa/alsa-plugins_1.0.29.bb                | 2 +-
 meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb        | 2 +-
 meta/recipes-support/libunwind/libunwind.inc                       | 1 +
 11 files changed, 11 insertions(+), 7 deletions(-)

-- 
2.1.0



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

* [PATCH 01/11] gptfdisk: add SUMMARY
  2015-11-06 15:28 [PATCH 00/11] Fix missing SUMMARY values Paul Eggleton
@ 2015-11-06 15:28 ` Paul Eggleton
  2015-11-06 15:28 ` [PATCH 02/11] libunwind: " Paul Eggleton
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Paul Eggleton @ 2015-11-06 15:28 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb b/meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb
index f4b0e32..a4cc846 100644
--- a/meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb
+++ b/meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb
@@ -1,3 +1,4 @@
+SUMMARY = "Utility for modifying GPT disk partitioning"
 DESCRIPTION = "GPT fdisk is a disk partitioning tool loosely modeled on Linux fdisk, but used for modifying GUID Partition Table (GPT) disks. The related FixParts utility fixes some common problems on Master Boot Record (MBR) disks."
 
 LICENSE = "GPLv2"
-- 
2.1.0



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

* [PATCH 02/11] libunwind: add SUMMARY
  2015-11-06 15:28 [PATCH 00/11] Fix missing SUMMARY values Paul Eggleton
  2015-11-06 15:28 ` [PATCH 01/11] gptfdisk: add SUMMARY Paul Eggleton
@ 2015-11-06 15:28 ` Paul Eggleton
  2015-11-06 15:28 ` [PATCH 03/11] stress: " Paul Eggleton
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Paul Eggleton @ 2015-11-06 15:28 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/recipes-support/libunwind/libunwind.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/libunwind/libunwind.inc b/meta/recipes-support/libunwind/libunwind.inc
index 6660af2..068858b 100644
--- a/meta/recipes-support/libunwind/libunwind.inc
+++ b/meta/recipes-support/libunwind/libunwind.inc
@@ -1,3 +1,4 @@
+SUMMARY = "Library for obtaining the call-chain of a program"
 DESCRIPTION = "a portable and efficient C programming interface (API) to determine the call-chain of a program"
 HOMEPAGE = "http://www.nongnu.org/libunwind"
 LICENSE = "MIT"
-- 
2.1.0



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

* [PATCH 03/11] stress: add SUMMARY
  2015-11-06 15:28 [PATCH 00/11] Fix missing SUMMARY values Paul Eggleton
  2015-11-06 15:28 ` [PATCH 01/11] gptfdisk: add SUMMARY Paul Eggleton
  2015-11-06 15:28 ` [PATCH 02/11] libunwind: " Paul Eggleton
@ 2015-11-06 15:28 ` Paul Eggleton
  2015-11-06 15:28 ` [PATCH 04/11] python-nose: " Paul Eggleton
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Paul Eggleton @ 2015-11-06 15:28 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/recipes-extended/stress/stress_1.0.4.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/stress/stress_1.0.4.bb b/meta/recipes-extended/stress/stress_1.0.4.bb
index 4b7e4ba..e9179d3 100644
--- a/meta/recipes-extended/stress/stress_1.0.4.bb
+++ b/meta/recipes-extended/stress/stress_1.0.4.bb
@@ -1,3 +1,4 @@
+SUMMARY = "System load testing utility"
 DESCRIPTION = "Deliberately simple workload generator for POSIX systems. It \
 imposes a configurable amount of CPU, memory, I/O, and disk stress on the system."
 HOMEPAGE = "http://people.seas.harvard.edu/~apw/stress/"
-- 
2.1.0



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

* [PATCH 04/11] python-nose: add SUMMARY
  2015-11-06 15:28 [PATCH 00/11] Fix missing SUMMARY values Paul Eggleton
                   ` (2 preceding siblings ...)
  2015-11-06 15:28 ` [PATCH 03/11] stress: " Paul Eggleton
@ 2015-11-06 15:28 ` Paul Eggleton
  2015-11-06 15:28 ` [PATCH 05/11] linux-yocto.inc: set SUMMARY instead of DESCRIPTION Paul Eggleton
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Paul Eggleton @ 2015-11-06 15:28 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/recipes-devtools/python/python-nose_1.3.6.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/python/python-nose_1.3.6.bb b/meta/recipes-devtools/python/python-nose_1.3.6.bb
index d6e8fc1..e47ddb0 100644
--- a/meta/recipes-devtools/python/python-nose_1.3.6.bb
+++ b/meta/recipes-devtools/python/python-nose_1.3.6.bb
@@ -1,3 +1,4 @@
+SUMMARY = "Extends Python unittest to make testing easier"
 DESCRIPTION = "nose extends the test loading and running features of unittest, \
 making it easier to write, find and run tests."
 SECTION = "devel/python"
-- 
2.1.0



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

* [PATCH 05/11] linux-yocto.inc: set SUMMARY instead of DESCRIPTION
  2015-11-06 15:28 [PATCH 00/11] Fix missing SUMMARY values Paul Eggleton
                   ` (3 preceding siblings ...)
  2015-11-06 15:28 ` [PATCH 04/11] python-nose: " Paul Eggleton
@ 2015-11-06 15:28 ` Paul Eggleton
  2015-11-06 15:28 ` [PATCH 06/11] tzcode-native: " Paul Eggleton
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Paul Eggleton @ 2015-11-06 15:28 UTC (permalink / raw)
  To: openembedded-core

We only have a short description, so set SUMMARY and DESCRIPTION
will be defaulted from it.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/recipes-kernel/linux/linux-yocto.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc
index 81ffa24..e0524de 100644
--- a/meta/recipes-kernel/linux/linux-yocto.inc
+++ b/meta/recipes-kernel/linux/linux-yocto.inc
@@ -1,4 +1,4 @@
-DESCRIPTION = "Yocto Kernel"
+SUMMARY = "Linux kernel"
 SECTION = "kernel"
 LICENSE = "GPLv2"
 
-- 
2.1.0



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

* [PATCH 06/11] tzcode-native: set SUMMARY instead of DESCRIPTION
  2015-11-06 15:28 [PATCH 00/11] Fix missing SUMMARY values Paul Eggleton
                   ` (4 preceding siblings ...)
  2015-11-06 15:28 ` [PATCH 05/11] linux-yocto.inc: set SUMMARY instead of DESCRIPTION Paul Eggleton
@ 2015-11-06 15:28 ` Paul Eggleton
  2015-11-06 15:28 ` [PATCH 07/11] alsa-plugins: " Paul Eggleton
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Paul Eggleton @ 2015-11-06 15:28 UTC (permalink / raw)
  To: openembedded-core

We only have a short description, so set SUMMARY and DESCRIPTION
will be defaulted from it.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/recipes-extended/tzcode/tzcode-native_2015g.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/tzcode/tzcode-native_2015g.bb b/meta/recipes-extended/tzcode/tzcode-native_2015g.bb
index 989e24b..34e338e 100644
--- a/meta/recipes-extended/tzcode/tzcode-native_2015g.bb
+++ b/meta/recipes-extended/tzcode/tzcode-native_2015g.bb
@@ -1,6 +1,6 @@
 # note that we allow for us to use data later than our code version
 #
-DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
+SUMMARY = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
 LICENSE = "PD & BSD"
 
 LIC_FILES_CHKSUM = "file://${WORKDIR}/README;md5=d0ff93a73dd5bc3c6e724bb4343760f6"
-- 
2.1.0



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

* [PATCH 07/11] alsa-plugins: set SUMMARY instead of DESCRIPTION
  2015-11-06 15:28 [PATCH 00/11] Fix missing SUMMARY values Paul Eggleton
                   ` (5 preceding siblings ...)
  2015-11-06 15:28 ` [PATCH 06/11] tzcode-native: " Paul Eggleton
@ 2015-11-06 15:28 ` Paul Eggleton
  2015-11-06 15:28 ` [PATCH 08/11] swig: " Paul Eggleton
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Paul Eggleton @ 2015-11-06 15:28 UTC (permalink / raw)
  To: openembedded-core

We only have a short description, so set SUMMARY and DESCRIPTION
will be defaulted from it.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/recipes-multimedia/alsa/alsa-plugins_1.0.29.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/alsa/alsa-plugins_1.0.29.bb b/meta/recipes-multimedia/alsa/alsa-plugins_1.0.29.bb
index c928618..95bfbc5 100644
--- a/meta/recipes-multimedia/alsa/alsa-plugins_1.0.29.bb
+++ b/meta/recipes-multimedia/alsa/alsa-plugins_1.0.29.bb
@@ -1,4 +1,4 @@
-DESCRIPTION = "ALSA Plugins"
+SUMMARY = "ALSA Plugins"
 HOMEPAGE = "http://alsa-project.org"
 SECTION = "multimedia"
 
-- 
2.1.0



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

* [PATCH 08/11] swig: set SUMMARY instead of DESCRIPTION
  2015-11-06 15:28 [PATCH 00/11] Fix missing SUMMARY values Paul Eggleton
                   ` (6 preceding siblings ...)
  2015-11-06 15:28 ` [PATCH 07/11] alsa-plugins: " Paul Eggleton
@ 2015-11-06 15:28 ` Paul Eggleton
  2015-11-06 15:28 ` [PATCH 09/11] mmc-utils: " Paul Eggleton
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Paul Eggleton @ 2015-11-06 15:28 UTC (permalink / raw)
  To: openembedded-core

We only have a short description, so set SUMMARY and DESCRIPTION
will be defaulted from it.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/recipes-devtools/swig/swig.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/swig/swig.inc b/meta/recipes-devtools/swig/swig.inc
index 9821fa5..9da40df 100644
--- a/meta/recipes-devtools/swig/swig.inc
+++ b/meta/recipes-devtools/swig/swig.inc
@@ -1,4 +1,4 @@
-DESCRIPTION = "SWIG - Simplified Wrapper and Interface Generator"
+SUMMARY = "SWIG - Simplified Wrapper and Interface Generator"
 HOMEPAGE = "http://swig.sourceforge.net/"
 LICENSE = "BSD & GPLv3"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \
-- 
2.1.0



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

* [PATCH 09/11] mmc-utils: set SUMMARY instead of DESCRIPTION
  2015-11-06 15:28 [PATCH 00/11] Fix missing SUMMARY values Paul Eggleton
                   ` (7 preceding siblings ...)
  2015-11-06 15:28 ` [PATCH 08/11] swig: " Paul Eggleton
@ 2015-11-06 15:28 ` Paul Eggleton
  2015-11-06 15:28 ` [PATCH 10/11] gstreamer1.0-meta-base: " Paul Eggleton
  2015-11-06 15:28 ` [PATCH 11/11] texinfo-dummy-native: " Paul Eggleton
  10 siblings, 0 replies; 12+ messages in thread
From: Paul Eggleton @ 2015-11-06 15:28 UTC (permalink / raw)
  To: openembedded-core

We only have a short description, so set SUMMARY and DESCRIPTION
will be defaulted from it.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/recipes-devtools/mmc/mmc-utils_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb
index 546f7f2..c50ba54 100644
--- a/meta/recipes-devtools/mmc/mmc-utils_git.bb
+++ b/meta/recipes-devtools/mmc/mmc-utils_git.bb
@@ -1,4 +1,4 @@
-DESCRIPTION = "Userspace tools for MMC/SD devices"
+SUMMARY = "Userspace tools for MMC/SD devices"
 HOMEPAGE = "http://git.kernel.org/cgit/linux/kernel/git/cjb/mmc-utils.git/"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://mmc.c;beginline=1;endline=17;md5=d7747fc87f1eb22b946ef819969503f0"
-- 
2.1.0



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

* [PATCH 10/11] gstreamer1.0-meta-base: set SUMMARY instead of DESCRIPTION
  2015-11-06 15:28 [PATCH 00/11] Fix missing SUMMARY values Paul Eggleton
                   ` (8 preceding siblings ...)
  2015-11-06 15:28 ` [PATCH 09/11] mmc-utils: " Paul Eggleton
@ 2015-11-06 15:28 ` Paul Eggleton
  2015-11-06 15:28 ` [PATCH 11/11] texinfo-dummy-native: " Paul Eggleton
  10 siblings, 0 replies; 12+ messages in thread
From: Paul Eggleton @ 2015-11-06 15:28 UTC (permalink / raw)
  To: openembedded-core

We only have a short description, so set SUMMARY and DESCRIPTION
will be defaulted from it.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb
index 3ef10c3..ffffa63 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb
@@ -1,4 +1,4 @@
-DESCRIPTION = "Gstreamer1.0 package groups"
+SUMMARY = "Gstreamer1.0 package groups"
 LICENSE = "MIT"
 
 inherit packagegroup
-- 
2.1.0



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

* [PATCH 11/11] texinfo-dummy-native: set SUMMARY instead of DESCRIPTION
  2015-11-06 15:28 [PATCH 00/11] Fix missing SUMMARY values Paul Eggleton
                   ` (9 preceding siblings ...)
  2015-11-06 15:28 ` [PATCH 10/11] gstreamer1.0-meta-base: " Paul Eggleton
@ 2015-11-06 15:28 ` Paul Eggleton
  10 siblings, 0 replies; 12+ messages in thread
From: Paul Eggleton @ 2015-11-06 15:28 UTC (permalink / raw)
  To: openembedded-core

We only have a short description, so set SUMMARY and DESCRIPTION
will be defaulted from it.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb b/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb
index b5420a3..1254bc8 100644
--- a/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb
+++ b/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb
@@ -1,4 +1,4 @@
-DESCRIPTION = "Fake version of the texinfo utility suite"
+SUMMARY = "Fake version of the texinfo utility suite"
 SECTION = "console/utils"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d6bb62e73ca8b901d3f2e9d71542f4bb"
-- 
2.1.0



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

end of thread, other threads:[~2015-11-06 15:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-06 15:28 [PATCH 00/11] Fix missing SUMMARY values Paul Eggleton
2015-11-06 15:28 ` [PATCH 01/11] gptfdisk: add SUMMARY Paul Eggleton
2015-11-06 15:28 ` [PATCH 02/11] libunwind: " Paul Eggleton
2015-11-06 15:28 ` [PATCH 03/11] stress: " Paul Eggleton
2015-11-06 15:28 ` [PATCH 04/11] python-nose: " Paul Eggleton
2015-11-06 15:28 ` [PATCH 05/11] linux-yocto.inc: set SUMMARY instead of DESCRIPTION Paul Eggleton
2015-11-06 15:28 ` [PATCH 06/11] tzcode-native: " Paul Eggleton
2015-11-06 15:28 ` [PATCH 07/11] alsa-plugins: " Paul Eggleton
2015-11-06 15:28 ` [PATCH 08/11] swig: " Paul Eggleton
2015-11-06 15:28 ` [PATCH 09/11] mmc-utils: " Paul Eggleton
2015-11-06 15:28 ` [PATCH 10/11] gstreamer1.0-meta-base: " Paul Eggleton
2015-11-06 15:28 ` [PATCH 11/11] texinfo-dummy-native: " Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.