diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2012-08-23 23:08:22 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-08-28 08:03:40 -0700 |
commit | 885a95992abe11ebef7a8e4363e6002ee80403bf (patch) | |
tree | 6757d389809ee67abfdce16cfe0cd43e19ea81db /meta/classes/archive-original-source.bbclass | |
parent | 5eacbcdf306d9e743164a1563559cd24eb5fffe0 (diff) | |
download | openembedded-core-885a95992abe11ebef7a8e4363e6002ee80403bf.tar.gz openembedded-core-885a95992abe11ebef7a8e4363e6002ee80403bf.tar.bz2 openembedded-core-885a95992abe11ebef7a8e4363e6002ee80403bf.zip |
archiver.bbclass: fix the coding style
* Make the comment line under 80 characters.
* Use the triple double quotes for the docstring.
* Add a whitespace behind the comma (,).
* Other minor fixes.
[YOCTO #2619]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/classes/archive-original-source.bbclass')
-rw-r--r-- | meta/classes/archive-original-source.bbclass | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/classes/archive-original-source.bbclass b/meta/classes/archive-original-source.bbclass index b08553365c..1b3f8d0b34 100644 --- a/meta/classes/archive-original-source.bbclass +++ b/meta/classes/archive-original-source.bbclass @@ -1,6 +1,9 @@ -# This file is for getting archiving packages with original sources(archive 's' after unpack stage),patches,logs(archive 'temp' after package_write_rpm),dump data and -# creating diff file(get all environment variables and functions in building and mapping all content in 's' including patches to xxx.diff.gz. -# All archived packages will be deployed in ${DEPLOY_DIR}/sources +# This file is for getting archiving packages with original +# sources(archive ${S} after unpack stage), patches, logs(archive 'temp' +# after package_write_rpm), dump data and creating diff file(get all +# environment variables and functions in building and mapping all +# content in ${S} including patches to xxx.diff.gz. All archived packages +# will be deployed in ${DEPLOY_DIR}/sources inherit archiver |