]> code.ossystems Code Review - openembedded-core.git/commit
apr: remove conflict with ccache
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Mon, 19 Oct 2015 14:19:15 +0000 (17:19 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Oct 2015 11:11:20 +0000 (12:11 +0100)
commit3533552050d0f91b669c6939755c5f6efefa9d58
treeaf6045a022076e747350cf35dee16f68f5cedd78
parent43ed2494ae4f89cab6e018f289bb048289d478f5
apr: remove conflict with ccache

If ccache is enabled, compiling apr-utils fails with the following error
messages because libtool is confused by the "ccache gcc" appearing on
the command line. Disable ccache for apr, so that ccache don't get
enabled in all software using apr's rules.mk.

The error message from apr-utils-native:

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/apr/apr_1.5.2.bb