diff options
author | Yue Tao <Yue.Tao@windriver.com> | 2013-11-28 16:34:48 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:51:03 +0000 |
commit | 1181112cf65bc0186807fc59399c5dddcb9f9449 (patch) | |
tree | 6f95a6734d9f90fea676f5d0f8662a2ddf18d102 /meta/lib/oeqa/runtime | |
parent | f57c83fc33583c140f668946f3f3e79b960aa9ee (diff) | |
download | openembedded-core-1181112cf65bc0186807fc59399c5dddcb9f9449.tar.gz openembedded-core-1181112cf65bc0186807fc59399c5dddcb9f9449.tar.bz2 openembedded-core-1181112cf65bc0186807fc59399c5dddcb9f9449.zip |
python: do not replace ccache in the middle of a path
Python recipe did a sed s/ccache/$(CCACHE) on the Makefile, which
replaces all "ccache" including ones that consist of a full path.
This leads to build error when building in a project path with
"ccache" in its name. Fix it by only replacing "ccache " with
"$(CCACHE) ".
Signed-off-by: Lei Liu <lei.liu2@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/runtime')
0 files changed, 0 insertions, 0 deletions