diff options
author | Joshua Watt <jpewhacker@gmail.com> | 2018-01-31 13:49:56 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-06 11:06:27 +0000 |
commit | bb40162b2b8625eac9cb95f4c0c8716d830af2e4 (patch) | |
tree | 09ce34a71382bd45b007373ee0358532ccfeffcd /meta/conf/distro/defaultsetup.conf | |
parent | 8a8c31db1a98806c331d790187ea3bf30608df29 (diff) | |
download | poky-bb40162b2b8625eac9cb95f4c0c8716d830af2e4.tar.gz |
waf.bbclass: cd to ${S} before checking version
waf requires that the current working directory be the project root (in
this case ${S} when it is invoked. The check to get the waf version was
being executed as a prefunc for do_configure, which meant it was
executed before the current working directory was switched to ${S}, and
thus would fail with some recipes. Fix this by changing to ${S} before
executing "waf --version"
(From OE-Core rev: aa168ee7f785ff007ca645db57698883922b5eb3)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/defaultsetup.conf')
0 files changed, 0 insertions, 0 deletions