]> code.ossystems Code Review - openembedded-core.git/commit
classes/waf: Add build and install arguments
authorJoshua Watt <JPEWhacker@gmail.com>
Thu, 8 Oct 2020 13:23:50 +0000 (08:23 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Oct 2020 08:41:51 +0000 (09:41 +0100)
commit493e17a2f5cbbbe3b1e435dadb281b007bca2cbf
tree6ca0e192d638ec8eea35cafc2c1d84217dffed6c
parent189630ca6cdf7ceb6cf9b8f9d86c58997f505efc
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.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/waf.bbclass