From 7daf1e6e300e15e4be719e928a9100f4f454f405 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Wed, 6 Jan 2021 04:09:50 -0800 Subject: 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 --- meta/recipes-devtools/ccache/ccache_4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools') 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" -- cgit 1.2.3-korg