diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2020-10-08 08:23:50 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-13 09:42:08 +0100 |
commit | 633652284b13dc78206f4cc8e81f29de44777b75 (patch) | |
tree | 08755076964aeb71e6eaa32b3643fea7923d34ed /meta/classes/distutils3.bbclass | |
parent | 0c0b236b4c72d30e0e88f5f0310476569d444e83 (diff) | |
download | poky-633652284b13dc78206f4cc8e81f29de44777b75.tar.gz |
classes/waf: Add build and install arguments
Adds variables that can be used to allow a recipe to pass extra
arguments to `waf build` and `waf install`. In most cases, you want to
pass the same arguments to `build` and `install` (since install is a
superset of `build`), so by default setting EXTRA_OEWAF_BUILD also
affects `waf install`, but this can be overridded.
(From OE-Core rev: 493e17a2f5cbbbe3b1e435dadb281b007bca2cbf)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/distutils3.bbclass')
0 files changed, 0 insertions, 0 deletions