]> code.ossystems Code Review - openembedded-core.git/commitdiff
ccache: Extend to nativesdk
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 6 Jan 2021 12:09:50 +0000 (04:09 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Jan 2021 10:02:32 +0000 (10:02 +0000)
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>
meta/recipes-devtools/ccache/ccache_4.1.bb

index 551b4c7e5c45505041dc51746439e212253a0cd9..6bd46b1017dcbd6d10462c3609ecb06d98b34649 100644 (file)
@@ -24,4 +24,4 @@ inherit cmake
 
 PATCHTOOL = "patch"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"