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-original-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-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 @@ | |||
| 1 | # 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 | 1 | # This file is for getting archiving packages with original |
| 2 | # 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 unpack stage), patches, logs(archive 'temp' |
| 3 | # All archived packages will be deployed in ${DEPLOY_DIR}/sources | 3 | # after 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 packages | ||
| 6 | # will be deployed in ${DEPLOY_DIR}/sources | ||
| 4 | 7 | ||
| 5 | inherit archiver | 8 | inherit archiver |
| 6 | 9 | ||
