]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
siteinfo: Move apr configure cache to common-linux
authorKhem Raj <raj.khem@gmail.com>
Sat, 19 Mar 2016 09:13:39 +0000 (09:13 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Mar 2016 23:12:31 +0000 (23:12 +0000)
commit624ca6aa5012a69653c6e0ce63ac930a98e20745
treeffe5467b8860a3ecd9707822cc6d011dddecad8e
parent90234f1931e422675b8e52fcd1408c805fa594ee
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>
meta/site/arm-common
meta/site/common-linux
meta/site/ix86-common
meta/site/mips-common
meta/site/nios2-linux
meta/site/powerpc32-linux
meta/site/sh-common