mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
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:
committed by
Richard Purdie
parent
65a8b7b38e
commit
95d2587116
@@ -24,4 +24,4 @@ inherit cmake
|
||||
|
||||
PATCHTOOL = "patch"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user