| Submitter | jackie huang |
|---|---|
| Date | Aug. 17, 2012, 3:11 a.m. |
| Message ID | <cover.1345172940.git.jackie.huang@windriver.com> |
| Download | mbox |
| Permalink | /patch/34769/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib jhuang0/bug2947_apr_0817Comments
On 08/16/2012 08:11 PM, jackie.huang@windriver.com wrote: > From: Jackie Huang <jackie.huang@windriver.com> > > 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 <jackie.huang@windriver.com> > --- > 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!