From 885a95992abe11ebef7a8e4363e6002ee80403bf Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 23 Aug 2012 23:08:22 +0800 Subject: 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 Signed-off-by: Saul Wold --- meta/classes/archive-patched-source.bbclass | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'meta/classes/archive-patched-source.bbclass') diff --git a/meta/classes/archive-patched-source.bbclass b/meta/classes/archive-patched-source.bbclass index a6d368f2ca..40b2dcb0ea 100644 --- a/meta/classes/archive-patched-source.bbclass +++ b/meta/classes/archive-patched-source.bbclass @@ -1,6 +1,9 @@ -# This file is for getting archiving packages with patched sources(archive 's' before do_patch stage),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 patched +# sources(archive ${S} before do_patch stage), 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 -- cgit v1.2.3