]> code.ossystems Code Review - openembedded-core.git/commit
cmake.bbclass: Make it work with ccache
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 18 Dec 2018 02:21:36 +0000 (10:21 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Jan 2019 11:21:58 +0000 (11:21 +0000)
commitd014c8c11fb663f131d3a860ddeda17d604b2dd3
treebc31a6fe5cd0b9e66dff2e90d6151e0b3df6124e
parentcf64c9413a2264aa67e26c6302342ff4aa99a575
cmake.bbclass: Make it work with ccache

This can make the following recipes work with cmake:
cmake libdnf libcomps librepo createrepo-c llvm dnf libsolv assimp waffle
libjpeg-turbo taglib libproxy libical

And the following 3 recipes don't:
webkitgtk vulkan piglit
Now cmake.bbclass doesn't disble ccache any more, disable it in the recipes if
needed.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/classes/cmake.bbclass
meta/recipes-graphics/piglit/piglit_git.bb
meta/recipes-graphics/vulkan/vulkan_1.1.73.0.bb
meta/recipes-sato/webkit/webkitgtk_2.22.5.bb