apr-util: fix the rules.mk with path to sysroot instead of the workdir of apr
authorJackie Huang <jackie.huang@windriver.com>
Fri, 17 Aug 2012 03:11:43 +0000 (11:11 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Aug 2012 12:10:08 +0000 (13:10 +0100)
commit0d2e6503179915241869490ee15d1f4727a5ec94
tree80259d3421f4815207c780756e0d4285ad50eef5
parentfe646af368be35e4cc953f3e118822f54a393e3c
apr-util: fix the rules.mk with path to sysroot instead of the workdir of apr

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]

(From OE-Core rev: d6aa123fdbfa82c07e33a9b4c7aacad821184790)

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/apr/apr-util_1.4.1.bb