diff options
author | Joshua Watt <jpewhacker@gmail.com> | 2018-11-30 21:01:42 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-05 22:30:19 +0000 |
commit | 794a60191bf16d057b46f2e5767c57510e366222 (patch) | |
tree | 54f9ea54a2a57187f23e86885cefe1b211ed2140 /meta/recipes-connectivity/openssh | |
parent | 5806b4cbd88afc6d3f30f197b978a798ba226ccc (diff) | |
download | poky-794a60191bf16d057b46f2e5767c57510e366222.tar.gz |
classes/waf: Fix builds when B != S
Waf requires that the current working directory be ${S} (the location of
the wscript) when building. Most of the time, this was true only because
B defaults to S. However, anything that changed that behavior (notably,
using externalsrc) would break the recipe. Remedy this by explicitly
changing cwd to ${S} when running waf commands. As a happy side effect,
B can be set up for "out of tree" builds to keep the source directory
clean.
(From OE-Core rev: 62dffb71ce22222c635bd90eaa47dd01f70f9c0f)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssh')
0 files changed, 0 insertions, 0 deletions