diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2012-08-23 23:08:22 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-29 16:02:07 -0700 |
commit | 2ba95cc79e44bb2bf94d07b90cd305c3198fee68 (patch) | |
tree | fef8c42f2738b2a9a35259fc28d28c842993c9ea /meta/classes/archive-configured-source.bbclass | |
parent | c96f6ee659cd4c20fd826f633e634ba0ef2f340b (diff) | |
download | poky-2ba95cc79e44bb2bf94d07b90cd305c3198fee68.tar.gz |
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]
(From OE-Core rev: 885a95992abe11ebef7a8e4363e6002ee80403bf)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/archive-configured-source.bbclass')
-rw-r--r-- | meta/classes/archive-configured-source.bbclass | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/classes/archive-configured-source.bbclass b/meta/classes/archive-configured-source.bbclass index 1a609b36db..1eaaf4cf25 100644 --- a/meta/classes/archive-configured-source.bbclass +++ b/meta/classes/archive-configured-source.bbclass | |||
@@ -1,6 +1,9 @@ | |||
1 | # This file is for getting archiving packages with configured sources(archive 's' after configure stage),logs(archive 'temp' after package_write_rpm),dump data | 1 | # This file is for getting archiving packages with configured |
2 | # and creating diff file(get all environment variables and functions in building and mapping all content in 's' including patches to xxx.diff.gz. | 2 | # sources(archive ${S} after configure stage), logs(archive 'temp' after |
3 | # All archived packages will be deployed in ${DEPLOY_DIR}/sources | 3 | # package_write_rpm), dump data and creating diff file(get all |
4 | # environment variables and functions in building and mapping all | ||
5 | # content in ${S} including patches to xxx.diff.gz. All archived | ||
6 | # packages will be deployed in ${DEPLOY_DIR}/sources | ||
4 | 7 | ||
5 | inherit archiver | 8 | inherit archiver |
6 | 9 | ||