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 1T5Wo1-0007L4-EW for openembedded-core@lists.openembedded.org; Sun, 26 Aug 2012 08:58:45 +0200 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail1.windriver.com (8.14.5/8.14.3) with ESMTP id q7Q6kY7S025976 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Sat, 25 Aug 2012 23:46:34 -0700 (PDT) Received: from localhost.localdomain (128.224.163.124) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.2.309.2; Sat, 25 Aug 2012 23:46:34 -0700 From: Robert Yang To: Date: Sun, 26 Aug 2012 14:51:55 +0800 Message-ID: X-Mailer: git-send-email 1.7.11.2 MIME-Version: 1.0 Cc: Zhenfeng.Zhao@windriver.com Subject: [PATCH 0/6] archiver.bbclass: fixes and clean up X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list 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, 26 Aug 2012 06:58:45 -0000 Content-Type: text/plain * Fix the indent and coding style * Fix the fakeroot error and other issues * remove the "upper()" function * copyleft_compliance.bbclass: remove the duplicated code * fix the remove error I have sent a patch to yocto@yoctoproject.org to update the local.conf.sample.extended // Robert The following changes since commit b4c5725af4cd85d5644f0373e2674e903c4eab2b: yocto-bsp: add missing xserver-xf86-config .bbappend for qemu (2012-08-25 14:47:07 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/archiver http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/archiver_sample Robert Yang (6): archiver.bbclass: indent fixes archiver.bbclass: fix the coding style archiver.bbclass: fix the fakeroot and other issues archiver.bbclass: remove the "upper()" function copyleft_compliance.bbclass: remove the duplicated code archiver.bbclass: fix the remove error meta/classes/archive-configured-source.bbclass | 9 +- meta/classes/archive-original-source.bbclass | 9 +- meta/classes/archive-patched-source.bbclass | 9 +- meta/classes/archiver.bbclass | 884 +++++++++++++------------ meta/classes/copyleft_compliance.bbclass | 51 +- meta/classes/package_rpm.bbclass | 43 +- 6 files changed, 503 insertions(+), 502 deletions(-) -- 1.7.11.2