diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-03-19 09:13:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-20 23:12:31 +0000 |
commit | 624ca6aa5012a69653c6e0ce63ac930a98e20745 (patch) | |
tree | ffe5467b8860a3ecd9707822cc6d011dddecad8e /meta/site/ix86-common | |
parent | 90234f1931e422675b8e52fcd1408c805fa594ee (diff) | |
download | poky-624ca6aa5012a69653c6e0ce63ac930a98e20745.tar.gz |
siteinfo: Move apr configure cache to common-linux
There are variables which are used in all target specific
sitefiles. Move it to common-linux, so it can be effective
for all targets. Usually they will vary based upon libc
e.g. musl does not have process shared mutexes so apr_cv_process_shared_works
should be no for it. For glibc though it should be yes but
existing behaviour is to use 'no' so its left as it is.
(From OE-Core rev: 2c5135f2106842e1b5ef880a08dbd4e50c9e0d04)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/ix86-common')
-rw-r--r-- | meta/site/ix86-common | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/site/ix86-common b/meta/site/ix86-common index 5cd2ce262c..135c305c0b 100644 --- a/meta/site/ix86-common +++ b/meta/site/ix86-common | |||
@@ -24,7 +24,6 @@ ac_cv_sizeof_ino_t=${ac_cv_sizeof_ino_t=4} | |||
24 | ac_cv_sizeof_dev_t=${ac_cv_sizeof_dev_t=8} | 24 | ac_cv_sizeof_dev_t=${ac_cv_sizeof_dev_t=8} |
25 | ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes} | 25 | ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes} |
26 | ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no} | 26 | ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no} |
27 | ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes} | ||
28 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} | 27 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} |
29 | ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no} | 28 | ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no} |
30 | ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no} | 29 | ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no} |
@@ -35,9 +34,6 @@ ac_cv_header_netinet_sctp_uio_h=${ac_cv_header_netinet_sctp_uio_h=no} | |||
35 | ac_cv_linux_vers=${ac_cv_linux_vers=2} | 34 | ac_cv_linux_vers=${ac_cv_linux_vers=2} |
36 | ac_cv_sctp=${ac_cv_sctp=no} | 35 | ac_cv_sctp=${ac_cv_sctp=no} |
37 | 36 | ||
38 | apr_cv_process_shared_works=${apr_cv_process_shared_works=no} | ||
39 | apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes} | ||
40 | |||
41 | ac_cv_path_ESD_CONFIG=no | 37 | ac_cv_path_ESD_CONFIG=no |
42 | lf_cv_sane_realloc=yes | 38 | lf_cv_sane_realloc=yes |
43 | jm_cv_func_gettimeofday_clobber=no | 39 | jm_cv_func_gettimeofday_clobber=no |