diff options
author | Matthieu Crapet <Matthieu.Crapet@ingenico.com> | 2014-02-19 16:13:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-20 14:28:13 +0000 |
commit | b88321ac7879686d66eae3f48bec186bfc75c325 (patch) | |
tree | 66ec87dc427d1d49b498adc8b022103f4b78370a /meta/recipes-graphics | |
parent | 7c75e86c2dc3cd80573ab6383c2fff3e9402f41a (diff) | |
download | poky-b88321ac7879686d66eae3f48bec186bfc75c325.tar.gz |
recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues (part 2)
Completes previous commit b5292d4115a4555a66b5e35acdc67dd71fb8577f.
Updates SUMMARY[doc] (meta/conf/documentation.conf).
Changes:
- rename DESCRIPTION with length < 80 to (non present tag) SUMMARY
- drop final point character at the end of SUMMARY string
- remove trailing whitespace of SUMMARY line
Note: don't bump PR
(From OE-Core rev: ad17dfd31a2b97b3e610a0ea0889f5ecb2a63b97)
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-graphics')
-rw-r--r-- | meta/recipes-graphics/images/core-image-directfb.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/images/core-image-weston.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/images/core-image-x11.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/tslib/tslib_1.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxfixes_5.0.1.bb | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-graphics/images/core-image-directfb.bb b/meta/recipes-graphics/images/core-image-directfb.bb index 2d71c62c05..ad0197ccec 100644 --- a/meta/recipes-graphics/images/core-image-directfb.bb +++ b/meta/recipes-graphics/images/core-image-directfb.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SUMMARY = "An image that uses DirectFB instead of X11." | 1 | SUMMARY = "An image that uses DirectFB instead of X11" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | 3 | ||
4 | 4 | ||
diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/meta/recipes-graphics/images/core-image-weston.bb index 30cc8457f3..52e271dacd 100644 --- a/meta/recipes-graphics/images/core-image-weston.bb +++ b/meta/recipes-graphics/images/core-image-weston.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "A very basic Wayland image with a terminal" | 1 | SUMMARY = "A very basic Wayland image with a terminal" |
2 | 2 | ||
3 | IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs" | 3 | IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs" |
4 | 4 | ||
diff --git a/meta/recipes-graphics/images/core-image-x11.bb b/meta/recipes-graphics/images/core-image-x11.bb index 14bb1ac9d0..8455bb8cae 100644 --- a/meta/recipes-graphics/images/core-image-x11.bb +++ b/meta/recipes-graphics/images/core-image-x11.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "A very basic X11 image with a terminal" | 1 | SUMMARY = "A very basic X11 image with a terminal" |
2 | 2 | ||
3 | IMAGE_FEATURES += "splash package-management x11-base" | 3 | IMAGE_FEATURES += "splash package-management x11-base" |
4 | 4 | ||
diff --git a/meta/recipes-graphics/tslib/tslib_1.1.bb b/meta/recipes-graphics/tslib/tslib_1.1.bb index 4dce8a79dc..05d58b68d5 100644 --- a/meta/recipes-graphics/tslib/tslib_1.1.bb +++ b/meta/recipes-graphics/tslib/tslib_1.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SUMMARY = "An abstraction layer for touchscreen panel events." | 1 | SUMMARY = "An abstraction layer for touchscreen panel events" |
2 | DESCRIPTION = "Tslib is an abstraction layer for touchscreen panel \ | 2 | DESCRIPTION = "Tslib is an abstraction layer for touchscreen panel \ |
3 | events, as well as a filter stack for the manipulation of those events. \ | 3 | events, as well as a filter stack for the manipulation of those events. \ |
4 | Tslib is generally used on embedded devices to provide a common user \ | 4 | Tslib is generally used on embedded devices to provide a common user \ |
diff --git a/meta/recipes-graphics/xorg-lib/libxfixes_5.0.1.bb b/meta/recipes-graphics/xorg-lib/libxfixes_5.0.1.bb index cf8dd205b6..6e2740c9a1 100644 --- a/meta/recipes-graphics/xorg-lib/libxfixes_5.0.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxfixes_5.0.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SUMMARY = "XFixes: X Fixes extension library." | 1 | SUMMARY = "XFixes: X Fixes extension library" |
2 | 2 | ||
3 | DESCRIPTION = "X applications have often needed to work around various \ | 3 | DESCRIPTION = "X applications have often needed to work around various \ |
4 | shortcomings in the core X window system. This extension is designed to \ | 4 | shortcomings in the core X window system. This extension is designed to \ |