Re: [OE-core] [PATCH 2/3] apr: fix cross compiling failed

2014-05-30 Thread Burton, Ross
To help future bisecting this should be merged with the upgrade patch into a single upgrade-and-fix patch. Apart from that the patch looks good, thanks. Ross On 30 May 2014 04:27, Hongxu Jia wrote: > The do_compile failed: > | tools/gen_test_char > include/private/apr_escape_test_char.h > | /bi

[OE-core] [PATCH 2/3] apr: fix cross compiling failed

2014-05-29 Thread Hongxu Jia
The do_compile failed: | tools/gen_test_char > include/private/apr_escape_test_char.h | /bin/sh: tools/gen_test_char: No such file or directory | make[1]: *** [include/private/apr_escape_test_char.h] Error 127 The tools/gen_test_char was invoked at build time, and it didn't work for the cross comp

Re: [OE-core] [PATCH 2/3] apr: fix cross compiling failed

2014-05-28 Thread Hongxu Jia
On 05/28/2014 06:48 PM, Burton, Ross wrote: On 28 May 2014 10:05, Hongxu Jia wrote: The tools/gen_test_char was invoked at build time, and it didn't work for the cross compiling, so we used the native one to instead. Building all of libapr natively and installing the extra binary is wasteful w

Re: [OE-core] [PATCH 2/3] apr: fix cross compiling failed

2014-05-28 Thread Burton, Ross
On 28 May 2014 10:05, Hongxu Jia wrote: > The tools/gen_test_char was invoked at build time, and it didn't > work for the cross compiling, so we used the native one to instead. Building all of libapr natively and installing the extra binary is wasteful when the binary is trivially compiled native

[OE-core] [PATCH 2/3] apr: fix cross compiling failed

2014-05-28 Thread Hongxu Jia
The do_compile failed: | tools/gen_test_char > include/private/apr_escape_test_char.h | /bin/sh: tools/gen_test_char: No such file or directory | make[1]: *** [include/private/apr_escape_test_char.h] Error 127 The tools/gen_test_char was invoked at build time, and it didn't work for the cross comp