summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu Crapet <Matthieu.Crapet@ingenico.com>2014-02-14 18:15:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-17 15:28:59 +0000
commit8664a2a1f76176eb5195a17478dccb3067c6ea3d (patch)
tree308f64373c3abd048372689e1c1101b0993ac9d4
parente7d41d3a273adfefc5ca8a3b5562d3cd763739f1 (diff)
downloadpoky-8664a2a1f76176eb5195a17478dccb3067c6ea3d.tar.gz
recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues
Rename SUMMARY with length > 80 to DESCRIPTION. Note: don't bump PR (From OE-Core rev: b5292d4115a4555a66b5e35acdc67dd71fb8577f) Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-bsp/hostap/hostap-conf_1.0.bb3
-rw-r--r--meta/recipes-devtools/autogen/autogen-native_5.18.2.bb2
-rw-r--r--meta/recipes-devtools/devel-config/nfs-export-root.bb3
-rw-r--r--meta/recipes-devtools/json-c/json-c_0.11.bb3
-rw-r--r--meta/recipes-graphics/xorg-proto/presentproto_git.bb14
-rw-r--r--meta/recipes-multimedia/x264/x264_git.bb3
-rw-r--r--meta/recipes-support/libunistring/libunistring_0.9.3.bb2
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 0208509c96..e2c7cc0344 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 @@
1SUMMARY = "PCMCIA-cs configuration files for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset" 1SUMMARY = "Configuration files for HostAP (wifi) driver"
2DESCRIPTION = "PCMCIA-cs configuration files for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset."
2SECTION = "kernel/modules" 3SECTION = "kernel/modules"
3LICENSE = "GPLv2" 4LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" 5LIC_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 c7950c3c6a..98bdb59792 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 @@
1SUMMARY = "AutoGen is a tool to manage programs that contain large amounts of repetitious text." 1SUMMARY = "Automated text and program generation tool"
2DESCRIPTION = "AutoGen is a tool designed to simplify the creation and\ 2DESCRIPTION = "AutoGen is a tool designed to simplify the creation and\
3 maintenance of programs that contain large amounts of repetitious text.\ 3 maintenance of programs that contain large amounts of repetitious text.\
4 It is especially valuable in programs that have several blocks of text\ 4 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 fc35cc860a..169d00581d 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 @@
1SUMMARY = "Enables NFS access from any host to the entire filesystem (for development purposes)" 1SUMMARY = "Configuration script to export target rootfs filesystem"
2DESCRIPTION = "Enables NFS access from any host to the entire filesystem (for development purposes)."
2LICENSE = "MIT" 3LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ 4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
4 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 5 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 d1bf0e96e2..389e0f9ebf 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 @@
1SUMMARY = "JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C" 1SUMMARY = "C bindings for apps which will manipulate JSON data"
2DESCRIPTION = "JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C."
2HOMEPAGE = "https://github.com/json-c/json-c/wiki" 3HOMEPAGE = "https://github.com/json-c/json-c/wiki"
3LICENSE = "MIT" 4LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://COPYING;md5=de54b60fbbc35123ba193fea8ee216f2" 5LIC_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 007824ff8e..bd6c60a82d 100644
--- a/meta/recipes-graphics/xorg-proto/presentproto_git.bb
+++ b/meta/recipes-graphics/xorg-proto/presentproto_git.bb
@@ -1,13 +1,11 @@
1require xorg-proto-common.inc 1require xorg-proto-common.inc
2 2
3SUMMARY = "The Present extension provides a way for applications to update their \ 3SUMMARY = "This package provides the basic headers for the X Window System"
4 window contents from a pixmap in a well defined fashion, synchronizing \ 4DESCRIPTION = "The Present extension provides a way for applications to update their \
5 with the display refresh and potentially using a more efficient \ 5 window contents from a pixmap in a well defined fashion, synchronizing \
6 mechanism than copying the contents of the source pixmap.\ 6 with the display refresh and potentially using a more efficient \
7 " 7 mechanism than copying the contents of the source pixmap.\
8 8 "
9DESCRIPTION = "This package provides the basic headers for the X Window \
10System."
11 9
12LICENSE = "GPLv2" 10LICENSE = "GPLv2"
13 11
diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb
index 406df30e64..5ebf885c6b 100644
--- a/meta/recipes-multimedia/x264/x264_git.bb
+++ b/meta/recipes-multimedia/x264/x264_git.bb
@@ -1,4 +1,5 @@
1SUMMARY = "A free software library and application for encoding video streams into the H.264/MPEG-4 AVC format" 1SUMMARY = "H.264/MPEG-4 AVC video encoder"
2DESCRIPTION = "A free software library and application for encoding video streams into the H.264/MPEG-4 AVC format."
2HOMEPAGE = "http://www.videolan.org/developers/x264.html" 3HOMEPAGE = "http://www.videolan.org/developers/x264.html"
3 4
4LICENSE = "GPLv2" 5LICENSE = "GPLv2"
diff --git a/meta/recipes-support/libunistring/libunistring_0.9.3.bb b/meta/recipes-support/libunistring/libunistring_0.9.3.bb
index 6cffef458a..faabe0332c 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 @@
1SUMMARY = "libunistring provides functions for manipulating according to the Unicode standard." 1SUMMARY = "Library for manipulating C and Unicode strings"
2 2
3DESCRIPTION = "Text files are nowadays usually encoded in Unicode, and may\ 3DESCRIPTION = "Text files are nowadays usually encoded in Unicode, and may\
4 consist of very different scripts from Latin letters to Chinese Hanzi\ 4 consist of very different scripts from Latin letters to Chinese Hanzi\