All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues
@ 2014-02-14 16:34 Matthieu Crapet
  2014-02-14 16:42 ` Matthieu CRAPET
  2014-02-14 17:15 ` [PATCH v2] " Matthieu Crapet
  0 siblings, 2 replies; 4+ messages in thread
From: Matthieu Crapet @ 2014-02-14 16:34 UTC (permalink / raw)
  To: openembedded-core

Rename SUMMARY with length > 80 to DESCRIPTION.
Note: don't bump PR

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
---
 meta/recipes-bsp/hostap/hostap-conf_1.0.bb           |  3 ++-
 meta/recipes-devtools/json-c/json-c_0.11.bb          |  3 ++-
 meta/recipes-graphics/xorg-proto/presentproto_git.bb | 14 ++++++--------
 meta/recipes-multimedia/x264/x264_git.bb             |  3 ++-
 4 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/meta/recipes-bsp/hostap/hostap-conf_1.0.bb b/meta/recipes-bsp/hostap/hostap-conf_1.0.bb
index 0208509..e2c7cc0 100644
--- a/meta/recipes-bsp/hostap/hostap-conf_1.0.bb
+++ b/meta/recipes-bsp/hostap/hostap-conf_1.0.bb
@@ -1,4 +1,5 @@
-SUMMARY = "PCMCIA-cs configuration files for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset"
+SUMMARY = "Configuration files for HostAP (wifi) driver"
+DESCRIPTION = "PCMCIA-cs configuration files for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset."
 SECTION = "kernel/modules"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
diff --git a/meta/recipes-devtools/json-c/json-c_0.11.bb b/meta/recipes-devtools/json-c/json-c_0.11.bb
index d1bf0e9..389e0f9 100644
--- a/meta/recipes-devtools/json-c/json-c_0.11.bb
+++ b/meta/recipes-devtools/json-c/json-c_0.11.bb
@@ -1,4 +1,5 @@
-SUMMARY = "JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C"
+SUMMARY = "C bindings for apps which will manipulate JSON data"
+DESCRIPTION = "JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C."
 HOMEPAGE = "https://github.com/json-c/json-c/wiki"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=de54b60fbbc35123ba193fea8ee216f2"
diff --git a/meta/recipes-graphics/xorg-proto/presentproto_git.bb b/meta/recipes-graphics/xorg-proto/presentproto_git.bb
index 007824f..bd6c60a 100644
--- a/meta/recipes-graphics/xorg-proto/presentproto_git.bb
+++ b/meta/recipes-graphics/xorg-proto/presentproto_git.bb
@@ -1,13 +1,11 @@
 require xorg-proto-common.inc
 
-SUMMARY = "The Present extension provides a way for applications to update their \
-           window contents from a pixmap in a well defined fashion, synchronizing \
-           with the display refresh and potentially using a more efficient \
-           mechanism than copying the contents of the source pixmap.\
-          "
-
-DESCRIPTION = "This package provides the basic headers for the X Window \
-System."
+SUMMARY = "This package provides the basic headers for the X Window System"
+DESCRIPTION = "The Present extension provides a way for applications to update their \
+               window contents from a pixmap in a well defined fashion, synchronizing \
+               with the display refresh and potentially using a more efficient \
+               mechanism than copying the contents of the source pixmap.\
+              "
 
 LICENSE = "GPLv2"
 
diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb
index 406df30..5ebf885 100644
--- a/meta/recipes-multimedia/x264/x264_git.bb
+++ b/meta/recipes-multimedia/x264/x264_git.bb
@@ -1,4 +1,5 @@
-SUMMARY = "A free software library and application for encoding video streams into the H.264/MPEG-4 AVC format"
+SUMMARY = "H.264/MPEG-4 AVC video encoder"
+DESCRIPTION = "A free software library and application for encoding video streams into the H.264/MPEG-4 AVC format."
 HOMEPAGE = "http://www.videolan.org/developers/x264.html"
 
 LICENSE = "GPLv2"
-- 
1.8.5.4



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

* Re: [PATCH v1] recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues
  2014-02-14 16:34 [PATCH v1] recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues Matthieu Crapet
@ 2014-02-14 16:42 ` Matthieu CRAPET
  2014-02-14 16:56   ` Paul Eggleton
  2014-02-14 17:15 ` [PATCH v2] " Matthieu Crapet
  1 sibling, 1 reply; 4+ messages in thread
From: Matthieu CRAPET @ 2014-02-14 16:42 UTC (permalink / raw)
  To: openembedded-core

Hi, 

Few explanations ;) Seen in:
https://wiki.yoctoproject.org/wiki/Janitors

Didn't find any opened bugtracker.

These recipes are "pending", i.e. 80 < len(SUMMARY) < 95:

meta/recipes-support/libunistring/libunistring_0.9.3.bb
meta/recipes-devtools/devel-config/nfs-export-root.bb
meta/recipes-devtools/autogen/autogen-native_5.18.2.bb

Should I translate them to DESCRIPTION ?

Regards,
Matthieu


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

* Re: [PATCH v1] recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues
  2014-02-14 16:42 ` Matthieu CRAPET
@ 2014-02-14 16:56   ` Paul Eggleton
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2014-02-14 16:56 UTC (permalink / raw)
  To: Matthieu CRAPET; +Cc: openembedded-core

Hi Matthieu,

Thanks for looking at this.

On Friday 14 February 2014 16:42:33 Matthieu CRAPET wrote:
> Few explanations ;) Seen in:
> https://wiki.yoctoproject.org/wiki/Janitors
> 
> Didn't find any opened bugtracker.
> 
> These recipes are "pending", i.e. 80 < len(SUMMARY) < 95:
> 
> meta/recipes-support/libunistring/libunistring_0.9.3.bb
> meta/recipes-devtools/devel-config/nfs-export-root.bb
> meta/recipes-devtools/autogen/autogen-native_5.18.2.bb
> 
> Should I translate them to DESCRIPTION ?

If you add a shorter SUMMARY at the same time, sure. Having a reasonable 
SUMMARY is more important than DESCRIPTION, IMO.

Cheers,
Paul


-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* [PATCH v2] recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues
  2014-02-14 16:34 [PATCH v1] recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues Matthieu Crapet
  2014-02-14 16:42 ` Matthieu CRAPET
@ 2014-02-14 17:15 ` Matthieu Crapet
  1 sibling, 0 replies; 4+ messages in thread
From: Matthieu Crapet @ 2014-02-14 17:15 UTC (permalink / raw)
  To: openembedded-core

Rename SUMMARY with length > 80 to DESCRIPTION.
Note: don't bump PR

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
---
 meta/recipes-bsp/hostap/hostap-conf_1.0.bb              |  3 ++-
 meta/recipes-devtools/autogen/autogen-native_5.18.2.bb  |  2 +-
 meta/recipes-devtools/devel-config/nfs-export-root.bb   |  3 ++-
 meta/recipes-devtools/json-c/json-c_0.11.bb             |  3 ++-
 meta/recipes-graphics/xorg-proto/presentproto_git.bb    | 14 ++++++--------
 meta/recipes-multimedia/x264/x264_git.bb                |  3 ++-
 meta/recipes-support/libunistring/libunistring_0.9.3.bb |  2 +-
 7 files changed, 16 insertions(+), 14 deletions(-)

diff --git a/meta/recipes-bsp/hostap/hostap-conf_1.0.bb b/meta/recipes-bsp/hostap/hostap-conf_1.0.bb
index 0208509..e2c7cc0 100644
--- a/meta/recipes-bsp/hostap/hostap-conf_1.0.bb
+++ b/meta/recipes-bsp/hostap/hostap-conf_1.0.bb
@@ -1,4 +1,5 @@
-SUMMARY = "PCMCIA-cs configuration files for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset"
+SUMMARY = "Configuration files for HostAP (wifi) driver"
+DESCRIPTION = "PCMCIA-cs configuration files for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset."
 SECTION = "kernel/modules"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
diff --git a/meta/recipes-devtools/autogen/autogen-native_5.18.2.bb b/meta/recipes-devtools/autogen/autogen-native_5.18.2.bb
index c7950c3..98bdb59 100644
--- a/meta/recipes-devtools/autogen/autogen-native_5.18.2.bb
+++ b/meta/recipes-devtools/autogen/autogen-native_5.18.2.bb
@@ -1,4 +1,4 @@
-SUMMARY = "AutoGen is a tool to manage programs that contain large amounts of repetitious text."
+SUMMARY = "Automated text and program generation tool"
 DESCRIPTION = "AutoGen is a tool designed to simplify the creation and\
  maintenance of programs that contain large amounts of repetitious text.\
  It is especially valuable in programs that have several blocks of text\
diff --git a/meta/recipes-devtools/devel-config/nfs-export-root.bb b/meta/recipes-devtools/devel-config/nfs-export-root.bb
index fc35cc8..169d005 100644
--- a/meta/recipes-devtools/devel-config/nfs-export-root.bb
+++ b/meta/recipes-devtools/devel-config/nfs-export-root.bb
@@ -1,4 +1,5 @@
-SUMMARY = "Enables NFS access from any host to the entire filesystem (for development purposes)"
+SUMMARY = "Configuration script to export target rootfs filesystem"
+DESCRIPTION = "Enables NFS access from any host to the entire filesystem (for development purposes)."
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
diff --git a/meta/recipes-devtools/json-c/json-c_0.11.bb b/meta/recipes-devtools/json-c/json-c_0.11.bb
index d1bf0e9..389e0f9 100644
--- a/meta/recipes-devtools/json-c/json-c_0.11.bb
+++ b/meta/recipes-devtools/json-c/json-c_0.11.bb
@@ -1,4 +1,5 @@
-SUMMARY = "JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C"
+SUMMARY = "C bindings for apps which will manipulate JSON data"
+DESCRIPTION = "JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C."
 HOMEPAGE = "https://github.com/json-c/json-c/wiki"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=de54b60fbbc35123ba193fea8ee216f2"
diff --git a/meta/recipes-graphics/xorg-proto/presentproto_git.bb b/meta/recipes-graphics/xorg-proto/presentproto_git.bb
index 007824f..bd6c60a 100644
--- a/meta/recipes-graphics/xorg-proto/presentproto_git.bb
+++ b/meta/recipes-graphics/xorg-proto/presentproto_git.bb
@@ -1,13 +1,11 @@
 require xorg-proto-common.inc
 
-SUMMARY = "The Present extension provides a way for applications to update their \
-           window contents from a pixmap in a well defined fashion, synchronizing \
-           with the display refresh and potentially using a more efficient \
-           mechanism than copying the contents of the source pixmap.\
-          "
-
-DESCRIPTION = "This package provides the basic headers for the X Window \
-System."
+SUMMARY = "This package provides the basic headers for the X Window System"
+DESCRIPTION = "The Present extension provides a way for applications to update their \
+               window contents from a pixmap in a well defined fashion, synchronizing \
+               with the display refresh and potentially using a more efficient \
+               mechanism than copying the contents of the source pixmap.\
+              "
 
 LICENSE = "GPLv2"
 
diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb
index 406df30..5ebf885 100644
--- a/meta/recipes-multimedia/x264/x264_git.bb
+++ b/meta/recipes-multimedia/x264/x264_git.bb
@@ -1,4 +1,5 @@
-SUMMARY = "A free software library and application for encoding video streams into the H.264/MPEG-4 AVC format"
+SUMMARY = "H.264/MPEG-4 AVC video encoder"
+DESCRIPTION = "A free software library and application for encoding video streams into the H.264/MPEG-4 AVC format."
 HOMEPAGE = "http://www.videolan.org/developers/x264.html"
 
 LICENSE = "GPLv2"
diff --git a/meta/recipes-support/libunistring/libunistring_0.9.3.bb b/meta/recipes-support/libunistring/libunistring_0.9.3.bb
index 6cffef4..faabe03 100644
--- a/meta/recipes-support/libunistring/libunistring_0.9.3.bb
+++ b/meta/recipes-support/libunistring/libunistring_0.9.3.bb
@@ -1,4 +1,4 @@
-SUMMARY = "libunistring provides functions for manipulating according to the Unicode standard."
+SUMMARY = "Library for manipulating C and Unicode strings"
 
 DESCRIPTION = "Text files are nowadays usually encoded in Unicode, and may\
  consist of very different scripts from Latin letters to Chinese Hanzi\
-- 
1.8.5.4



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

end of thread, other threads:[~2014-02-14 17:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-14 16:34 [PATCH v1] recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues Matthieu Crapet
2014-02-14 16:42 ` Matthieu CRAPET
2014-02-14 16:56   ` Paul Eggleton
2014-02-14 17:15 ` [PATCH v2] " Matthieu Crapet

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.