summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2021-01-06 04:09:50 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-08 10:02:32 +0000
commit7daf1e6e300e15e4be719e928a9100f4f454f405 (patch)
tree93c2331c7b483533bae4860d7ca650b7f8c41384 /meta/recipes-devtools
parent0dea25b4296a66ec5c6d7bf5250ae0090e9b4016 (diff)
downloadopenembedded-core-contrib-7daf1e6e300e15e4be719e928a9100f4f454f405.tar.gz
ccache: Extend to nativesdk
Now we have to use host's ccache as described by: f5b29367af ccache.bbclass: use ccache from host distribution So extend it to nativesdk and will add it to buildtools-tarball. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/ccache/ccache_4.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/ccache/ccache_4.1.bb b/meta/recipes-devtools/ccache/ccache_4.1.bb
index 551b4c7e5c..6bd46b1017 100644
--- a/meta/recipes-devtools/ccache/ccache_4.1.bb
+++ b/meta/recipes-devtools/ccache/ccache_4.1.bb
@@ -24,4 +24,4 @@ inherit cmake
PATCHTOOL = "patch"
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"