From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.windriver.com ([147.11.1.11]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SHqv2-0007xg-3R for openembedded-core@lists.openembedded.org; Wed, 11 Apr 2012 08:20:40 +0200 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id q3B6BKet013121 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Tue, 10 Apr 2012 23:11:20 -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; Tue, 10 Apr 2012 23:11:20 -0700 Message-ID: Old-Date: Wed, 11 Apr 2012 14:06:14 +0800 Date: Wed, 11 Apr 2012 14:15:14 +0800 To: From: Xiaofeng Yan MIME-Version: 1.0 Subject: [PATCH 0/1] archiver.bbclass: Amend the problem for moving tarballs in ${DL_DIR} to ${DEPLOY_DIR}/source when enable archiver 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: Wed, 11 Apr 2012 06:20:40 -0000 Content-Type: text/plain From: Xiaofeng Yan When running "bitbake core-imamge-minmal", error information like the following will appear: ERROR: Error executing a python function in /buildarea2/yzhao-test/poky-test/meta/recipes-core/zlib/zlib_1.2.6.bb: IOError: [Errno 2] No such file or directory: '/buildarea2/yzhao-test/poky-test/build-archive/downloads/zlib-1.2.6.tar.bz2' An absolute path from variable "file" pointed to tarballs in ${DL_DIR} cause this problem. So return base-name of "file" for fixing this bug here. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/2272 Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/2272 Thanks, Xiaofeng Yan --- Xiaofeng Yan (1): archiver.bbclass: Amend the problem for moving tarballs in ${DL_DIR} to ${DEPLOY_DIR}/source when enable archiver meta/classes/archiver.bbclass | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)