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 1T2DA2-0004Oj-Eo for openembedded-core@lists.openembedded.org; Fri, 17 Aug 2012 05:23:46 +0200 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.3) with ESMTP id q7H3Bl3i003131 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Thu, 16 Aug 2012 20:11:47 -0700 (PDT) Received: from pek-cc-pb05l.wrs.com (128.224.157.65) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.2.309.2; Thu, 16 Aug 2012 20:11:46 -0700 From: To: Date: Fri, 17 Aug 2012 11:11:42 +0800 Message-ID: X-Mailer: git-send-email 1.7.4 MIME-Version: 1.0 Subject: [PATCH 0/1] apr-util: fix the rules.mk with path to sysroot instead of the workdir of apr 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: Fri, 17 Aug 2012 03:23:46 -0000 Content-Type: text/plain From: Jackie Huang The copying for rules.mk was happened in do_configure_prepend, but it will be replaced by the one generated by configure, in which APR_MKEXPORT points to the workdir of apr and cause compile filure when the workdir of apr is removed. So change the copying in _prepend to _append. [YOCTO #2947] Signed-off-by: Jackie Huang --- The following changes since commit 24babf9316da50c8a4d2f328c4336cb8cd6cf667: classes/chrpath: trigger an error if chrpath fails (2012-08-15 17:51:04 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/bug2947_apr_0817 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jhuang0/bug2947_apr_0817 Jackie Huang (1): apr-util: fix the rules.mk with path to sysroot instead of the workdir of apr meta/recipes-support/apr/apr-util_1.4.1.bb | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) -- 1.7.4