diff options
author | Matthieu Crapet <Matthieu.Crapet@ingenico.com> | 2014-02-14 18:15:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-17 15:28:59 +0000 |
commit | 8664a2a1f76176eb5195a17478dccb3067c6ea3d (patch) | |
tree | 308f64373c3abd048372689e1c1101b0993ac9d4 /meta/recipes-devtools | |
parent | e7d41d3a273adfefc5ca8a3b5562d3cd763739f1 (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/autogen/autogen-native_5.18.2.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/devel-config/nfs-export-root.bb | 3 | ||||
-rw-r--r-- | meta/recipes-devtools/json-c/json-c_0.11.bb | 3 |
3 files changed, 5 insertions, 3 deletions
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 @@ | |||
1 | SUMMARY = "AutoGen is a tool to manage programs that contain large amounts of repetitious text." | 1 | SUMMARY = "Automated text and program generation tool" |
2 | DESCRIPTION = "AutoGen is a tool designed to simplify the creation and\ | 2 | DESCRIPTION = "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 @@ | |||
1 | SUMMARY = "Enables NFS access from any host to the entire filesystem (for development purposes)" | 1 | SUMMARY = "Configuration script to export target rootfs filesystem" |
2 | DESCRIPTION = "Enables NFS access from any host to the entire filesystem (for development purposes)." | ||
2 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ | 4 | LIC_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 @@ | |||
1 | SUMMARY = "JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C" | 1 | SUMMARY = "C bindings for apps which will manipulate JSON data" |
2 | DESCRIPTION = "JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C." | ||
2 | HOMEPAGE = "https://github.com/json-c/json-c/wiki" | 3 | HOMEPAGE = "https://github.com/json-c/json-c/wiki" |
3 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=de54b60fbbc35123ba193fea8ee216f2" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=de54b60fbbc35123ba193fea8ee216f2" |