]> code.ossystems Code Review - openembedded-core.git/commit
ccache.bbclass: use ccache from host distribution
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 28 Dec 2020 20:04:34 +0000 (21:04 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Dec 2020 11:53:21 +0000 (11:53 +0000)
commitf5b29367af4d8e5daea5771264774aa49519f9a8
treeb99d0bc0fba16e28be1aa70c84050b0467713792
parente373ecf276265a938a3acd42d9c25ce78d5f5330
ccache.bbclass: use ccache from host distribution

ccache 4.x has hard dependencies on cmake-native (used as
build system) and zstd, which means inserting ccache-native
as DEPENDS into everything creates circular dependencies which
are impossible to break.

ccache 3.x did not have this problem as it used plain makefiles
and an in-tree copy of zlib.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/ccache.bbclass
meta/conf/bitbake.conf
meta/lib/oeqa/selftest/cases/buildoptions.py