From 3be36b0d27d89cff3dfd5ee7f0906afaccf9c9e5 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Tue, 18 Dec 2018 10:21:36 +0800 Subject: 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. (From OE-Core rev: d014c8c11fb663f131d3a860ddeda17d604b2dd3) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/recipes-sato/webkit/webkitgtk_2.22.5.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-sato/webkit/webkitgtk_2.22.5.bb') diff --git a/meta/recipes-sato/webkit/webkitgtk_2.22.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.22.5.bb index fc56822f7a..2e79f739ea 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.22.5.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.22.5.bb @@ -121,3 +121,6 @@ ARM_INSTRUCTION_SET_armv7ve = "thumb" # Segmentation fault GI_DATA_ENABLED_armv7a = "False" GI_DATA_ENABLED_armv7ve = "False" + +# Can't be built with ccache +CCACHE_DISABLE = "1" -- cgit v1.2.3-54-g00ecf