diff options
author | Roy Li <rongqing.li@windriver.com> | 2014-10-22 16:35:43 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-31 10:17:04 +0000 |
commit | 7e4e2301d95f897e2f91b1c37b56dbd190841acb (patch) | |
tree | 4538f7ff785d275d52e7686fa302d319766092ed /scripts/lib/wic/3rdparty/pykickstart/ko.py | |
parent | 733ae9a73704fdb1211a4e35a20f2d6337a16709 (diff) | |
download | openembedded-core-7e4e2301d95f897e2f91b1c37b56dbd190841acb.tar.gz openembedded-core-7e4e2301d95f897e2f91b1c37b56dbd190841acb.tar.bz2 openembedded-core-7e4e2301d95f897e2f91b1c37b56dbd190841acb.zip |
python3: 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) ".
Same fix on python 2.xx is:
1181112cf65bc[python: do not replace ccache in the ]
(From OE-Core rev: 9f2398a0ff42389052155d971f136a37c5dc80da)
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'scripts/lib/wic/3rdparty/pykickstart/ko.py')
0 files changed, 0 insertions, 0 deletions