summaryrefslogtreecommitdiffstats
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:10:15 +0000
commit95d2587116405926c28d4a5b64fa7dcab59adeea (patch)
treef35c9ed66d5f4f8f6950d8c315b4e734bd8fb8c8
parent65a8b7b38e98cf53f7868d7070ff0b107b725ad0 (diff)
downloadpoky-95d2587116405926c28d4a5b64fa7dcab59adeea.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. (From OE-Core rev: 7daf1e6e300e15e4be719e928a9100f4f454f405) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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
24 24
25PATCHTOOL = "patch" 25PATCHTOOL = "patch"
26 26
27BBCLASSEXTEND = "native" 27BBCLASSEXTEND = "native nativesdk"