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 17:45:51 +0000 |
commit | 68d40e29a741da3a0ed502cd8c5da788d061046f (patch) | |
tree | 09a019736d046076525a9874b21a09a711dacb3b /meta-yocto-bsp | |
parent | d4398d41be6974d57e834cc9737348ba13e10547 (diff) | |
download | poky-68d40e29a741da3a0ed502cd8c5da788d061046f.tar.gz |
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) ".
(From OE-Core rev: 1181112cf65bc0186807fc59399c5dddcb9f9449)
Signed-off-by: Lei Liu <lei.liu2@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
0 files changed, 0 insertions, 0 deletions