]> code.ossystems Code Review - openembedded-core.git/commit
utils: Always use datastore's PATH for host_gcc_version
authorRoss Burton <ross.burton@intel.com>
Thu, 15 Dec 2016 19:09:16 +0000 (19:09 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Jan 2017 11:46:53 +0000 (11:46 +0000)
commite7ec3228d9a2f40165b60f273205c17438b2c9bb
tree4bdbcbf164288c089122999ea925b6c36ce30aea
parent850735191c131d7baab72e7df6292b189ea56801
utils: Always use datastore's PATH for host_gcc_version

BUILD_CC may reference something like ccache and expect this to come from
ccache-native, we at least have some selftests which assume this. Modify the
code to use PATH when runnig BUILD_CC to ensure the tests continue to work
as expected.

(From OE-Core rev: f3e753372baac43d0921186340cf260df056de20)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Hand applied and used d.getVar(True)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/lib/oe/utils.py