diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2021-01-06 04:09:50 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-08 10:10:15 +0000 |
commit | 95d2587116405926c28d4a5b64fa7dcab59adeea (patch) | |
tree | f35c9ed66d5f4f8f6950d8c315b4e734bd8fb8c8 /meta/recipes-devtools/ccache | |
parent | 65a8b7b38e98cf53f7868d7070ff0b107b725ad0 (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-devtools/ccache')
-rw-r--r-- | meta/recipes-devtools/ccache/ccache_4.1.bb | 2 |
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 | ||
25 | PATCHTOOL = "patch" | 25 | PATCHTOOL = "patch" |
26 | 26 | ||
27 | BBCLASSEXTEND = "native" | 27 | BBCLASSEXTEND = "native nativesdk" |