From 624ca6aa5012a69653c6e0ce63ac930a98e20745 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 19 Mar 2016 09:13:39 +0000 Subject: 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 Signed-off-by: Richard Purdie --- meta/site/powerpc32-linux | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/site/powerpc32-linux') diff --git a/meta/site/powerpc32-linux b/meta/site/powerpc32-linux index e3929ac67d..a7744fbaf9 100644 --- a/meta/site/powerpc32-linux +++ b/meta/site/powerpc32-linux @@ -38,8 +38,6 @@ cookie_io_functions_use_off64_t=${cookie_io_functions_use_off64_t=yes} # apache -ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes} -apr_cv_process_shared_works=${apr_cv_process_shared_works=no} ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4} ac_cv_header_netinet_sctp_h=${ac_cv_header_netinet_sctp_h=no} -- cgit v1.2.3-54-g00ecf