From: Robert Yang Date: Wed, 6 Jan 2021 12:09:50 +0000 (-0800) Subject: ccache: Extend to nativesdk X-Git-Tag: uninative-2.10~275 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7daf1e6e300e15e4be719e928a9100f4f454f405;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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"