From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1.windriver.com ([147.11.146.13]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SEGst-0000te-13 for openembedded-core@lists.openembedded.org; Sun, 01 Apr 2012 11:15:39 +0200 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail1.windriver.com (8.14.3/8.14.3) with ESMTP id q3196Vfi012018 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Sun, 1 Apr 2012 02:06:31 -0700 (PDT) Received: from localhost (128.224.162.28) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.1.255.0; Sun, 1 Apr 2012 02:06:31 -0700 Message-ID: Old-Date: Sun, 1 Apr 2012 17:00:18 +0800 Date: Sun, 1 Apr 2012 17:08:43 +0800 To: From: Xiaofeng Yan MIME-Version: 1.0 Subject: [PATCH 0/1] archiver.bbclass: enhance code readability X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2012 09:15:39 -0000 Content-Type: text/plain From: Xiaofeng Yan Modified code and description according to Christopher Larson's suggestion. This is a part of modification. The modification is as follow: - Modify some codes with more preferable readability and vague description. - Use existed functions instead of custom functions. About license parts, I will continue to make modification. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/archiver Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/archiver Thanks, Xiaofeng Yan --- Xiaofeng Yan (1): archiver.bbclass: enhance code readability meta/classes/archiver.bbclass | 227 +++++++++++++++++++--------------------- 1 files changed, 108 insertions(+), 119 deletions(-)