]> code.ossystems Code Review - openembedded-core.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 22:58:00 +0000 (22:58 +0000)
commit2c5135f2106842e1b5ef880a08dbd4e50c9e0d04
tree431848c0432c20000b2a91039116f6e6ad91cd75
parente941853e3dd9e498dcf486686d30cd07d65d83fb
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.

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