Skip to content
Commit 19f6849b authored by Changqing Li's avatar Changqing Li Committed by Steve Sakoman
Browse files

base.bbclass: Fix way to check ccache path



The previous code had 2 issues:
1. make hosttools/ccache always link to host's ccache (/usr/bin/ccache)
even we have one buildtools
2. make hosttools/gcc etc, link to host's gcc event we have one
buildtools when keyword ccache in buildtools's path, eg:
/mnt/ccache/bin/buildtools

This patch is for fix above issues.

Signed-off-by: default avatarChangqing Li <changqing.li@windriver.com>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1b7c8141)
Signed-off-by: default avatarSteve Sakoman <steve@sakoman.com>
parent 93254638
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment