]> code.ossystems Code Review - openembedded-core.git/commit
classes/waf: Add build and install arguments
authorJoshua Watt <JPEWhacker@gmail.com>
Sat, 16 Jan 2021 17:44:13 +0000 (09:44 -0800)
committerSteve Sakoman <steve@sakoman.com>
Tue, 19 Jan 2021 14:22:10 +0000 (04:22 -1000)
commit84a2778a6c03c942fd61f630d0c82d6ea29717e1
tree244f5c2841b9df38ec75423e80073dd066f31cdb
parent5d3354a1f03f17668c393049928375335059d4e5
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>
(cherry picked from commit 633652284b13dc78206f4cc8e81f29de44777b75)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/waf.bbclass