summaryrefslogtreecommitdiffstats
path: root/meta/site/arm-common
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-03-19 09:13:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-20 23:12:31 +0000
commit624ca6aa5012a69653c6e0ce63ac930a98e20745 (patch)
treeffe5467b8860a3ecd9707822cc6d011dddecad8e /meta/site/arm-common
parent90234f1931e422675b8e52fcd1408c805fa594ee (diff)
downloadpoky-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/arm-common')
-rw-r--r--meta/site/arm-common5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/site/arm-common b/meta/site/arm-common
index 12e5d4592a..a3c979fe05 100644
--- a/meta/site/arm-common
+++ b/meta/site/arm-common
@@ -8,11 +8,6 @@ ac_cv_header_netinet_sctp_h=${ac_cv_header_netinet_sctp_h=no}
8ac_cv_header_netinet_sctp_uio_h=${ac_cv_header_netinet_sctp_uio_h=no} 8ac_cv_header_netinet_sctp_uio_h=${ac_cv_header_netinet_sctp_uio_h=no}
9ac_cv_sctp=${ac_cv_sctp=no} 9ac_cv_sctp=${ac_cv_sctp=no}
10 10
11# apache
12ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
13apr_cv_process_shared_works=${apr_cv_process_shared_works=no}
14apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}
15
16# bash 11# bash
17ac_cv_c_long_double=${ac_cv_c_long_double=yes} 12ac_cv_c_long_double=${ac_cv_c_long_double=yes}
18bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing} 13bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing}