diff options
author | Yue Tao <Yue.Tao@windriver.com> | 2013-11-28 16:34:48 +0800 |
---|---|---|
committer | Robert Yang <liezhi.yang@windriver.com> | 2014-01-26 14:08:14 +0800 |
commit | 3081a1d16d2e1928f11c221c02d92b2c23fa1d85 (patch) | |
tree | 02ed84faa0c9040364b63adadf6c60e770e44441 /meta/classes/pythonnative.bbclass | |
parent | c4fa4b8f42a8d4476e623c014604ffc14a762c24 (diff) | |
download | openembedded-core-3081a1d16d2e1928f11c221c02d92b2c23fa1d85.tar.gz openembedded-core-3081a1d16d2e1928f11c221c02d92b2c23fa1d85.tar.bz2 openembedded-core-3081a1d16d2e1928f11c221c02d92b2c23fa1d85.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) ".
(From OE-Core master rev: 1181112cf65bc0186807fc59399c5dddcb9f9449)
Signed-off-by: Lei Liu <lei.liu2@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/classes/pythonnative.bbclass')
0 files changed, 0 insertions, 0 deletions