From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1T3qeF-0007kk-AV for openembedded-core@lists.openembedded.org; Tue, 21 Aug 2012 17:45:43 +0200 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 21 Aug 2012 08:33:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.77,802,1336374000"; d="scan'208";a="183506449" Received: from unknown (HELO [10.255.13.49]) ([10.255.13.49]) by orsmga001.jf.intel.com with ESMTP; 21 Aug 2012 08:33:37 -0700 Message-ID: <5033AA50.5030609@linux.intel.com> Date: Tue, 21 Aug 2012 08:33:36 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: In-Reply-To: Subject: Re: [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 List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2012 15:45:43 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 08/16/2012 08:11 PM, jackie.huang@windriver.com wrote: > 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(-) > Merged into OE-Core Thanks Sau!