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.

(From OE-Core rev: 7daf1e6e300e15e4be719e928a9100f4f454f405)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang
2021-01-06 04:09:50 -08:00
committed by Richard Purdie
parent 65a8b7b38e
commit 95d2587116

View File

@@ -24,4 +24,4 @@ inherit cmake
PATCHTOOL = "patch"
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"