diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2018-05-30 17:03:55 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-04 15:14:59 +0100 |
commit | c3eb7b4e9efe52eee919e459def4466a9c594e59 (patch) | |
tree | 15b78bf0e3ce3457384f1d630b4f5c8f37f9e5c7 | |
parent | bc6c8a0794999b49508aeff9b7cf855ddb2a0c40 (diff) | |
download | poky-c3eb7b4e9efe52eee919e459def4466a9c594e59.tar.gz |
site/powerpc64-linux: add cvs_cv_func_printf_ptr
Fixed when powerpc64:
$ bitbake <image> -ctestsdk
[snip]
checking whether printf supports %p... configure: error: cannot run test program while cross compiling
See `config.log' for more details.
test_cvs (oeqa.sdk.buildcvs.BuildCvsTest) ... FAIL
[snip]
The cvs_cv_func_printf_ptr is already in powerpc32-linux.
(From OE-Core rev: cbba73baf94cd0ee99d010abab79140cd5e4b99e)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/site/powerpc64-linux | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/site/powerpc64-linux b/meta/site/powerpc64-linux index d64e230aff..820a4b8440 100644 --- a/meta/site/powerpc64-linux +++ b/meta/site/powerpc64-linux | |||
@@ -37,3 +37,5 @@ ac_cv_linux_vers=${ac_cv_linux_vers=2} | |||
37 | # apr | 37 | # apr |
38 | apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes} | 38 | apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes} |
39 | 39 | ||
40 | # cvs | ||
41 | cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes} | ||