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-core/images | |
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-core/images')
-rw-r--r-- | meta/recipes-core/images/core-image-base.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/images/core-image-minimal.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/images/core-image-base.bb b/meta/recipes-core/images/core-image-base.bb index 8ef3376bfb..75a08cfc92 100644 --- a/meta/recipes-core/images/core-image-base.bb +++ b/meta/recipes-core/images/core-image-base.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "A console-only image that fully supports the target device \ | 1 | SUMMARY = "A console-only image that fully supports the target device \ |
2 | hardware." | 2 | hardware." |
3 | 3 | ||
4 | IMAGE_FEATURES += "splash" | 4 | IMAGE_FEATURES += "splash" |
diff --git a/meta/recipes-core/images/core-image-minimal.bb b/meta/recipes-core/images/core-image-minimal.bb index 0b56cc8549..b82ca46407 100644 --- a/meta/recipes-core/images/core-image-minimal.bb +++ b/meta/recipes-core/images/core-image-minimal.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "A small image just capable of allowing a device to boot." | 1 | SUMMARY = "A small image just capable of allowing a device to boot." |
2 | 2 | ||
3 | IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}" | 3 | IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}" |
4 | 4 | ||