diff options
author | 2014-02-19 15:47:36 +0100 | |
---|---|---|
committer | 2014-02-23 23:20:02 +0100 | |
commit | c95e155780a0cf3a8fb59a2f86db6367d18116fc (patch) | |
tree | 959415e6ec633be9f798ac35a1be7b9d67aded5a /meta-filesystems/recipes-support | |
parent | a7ee4f3b00870b4a7c7bd5caada6df00089973c8 (diff) | |
download | meta-openembedded-contrib-c95e155780a0cf3a8fb59a2f86db6367d18116fc.tar.gz |
recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues
Changes:
- rename SUMMARY with length > 80 to DESCRIPTION
- 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
Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-support')
-rw-r--r-- | meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb | 10 | ||||
-rw-r--r-- | meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb b/meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb index 358b58eb546..a76193263e4 100644 --- a/meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb +++ b/meta-filesystems/recipes-support/fuse/fuse_2.9.3.bb @@ -1,9 +1,9 @@ -SUMMARY = "With FUSE it is possible to implement a fully functional filesystem in a userspace program" +SUMMARY = "Implementation of a fully functional filesystem in a userspace program" DESCRIPTION = "FUSE (Filesystem in Userspace) is a simple interface for userspace \ -programs to export a virtual filesystem to the Linux kernel. FUSE \ -also aims to provide a secure method for non privileged users to \ -create and mount their own filesystem implementations. \ -" + programs to export a virtual filesystem to the Linux kernel. FUSE \ + also aims to provide a secure method for non privileged users to \ + create and mount their own filesystem implementations. \ + " HOMEPAGE = "http://fuse.sf.net" SECTION = "libs" LICENSE = "GPLv2 & LGPLv2" diff --git a/meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb b/meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb index 641d7ec605e..9ad7fabfbd8 100644 --- a/meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb +++ b/meta-filesystems/recipes-support/physfs/physfs_2.0.3.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "PhysicsFS is a library to provide abstract access to various archives" +SUMMARY = "PhysicsFS is a library to provide abstract access to various archives" HOMEAPAGE = "http://icculus.org/physfs" LICENSE = "Zlib" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5d94e3eaaa10b00ca803ba35a3e87cde" |