]> code.ossystems Code Review - openembedded-core.git/commit
classes/waf: Set WAFLOCK
authorJoshua Watt <jpewhacker@gmail.com>
Tue, 16 Apr 2019 14:07:02 +0000 (09:07 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Apr 2019 22:30:10 +0000 (23:30 +0100)
commit29419141a42e6b6664f72d085288ba03c74f90a6
treea69729240d3c087a7712be3afa8530b6b608951b
parent7880a7102dea7ab928790d3f571f293ea993af2d
classes/waf: Set WAFLOCK

Sets the WAFLOCK environment variable. This controls the name of the
lock file that waf uses to pass the build configuration from 'configure'
to 'build' and 'install'. Using a uniquely generated name based on the
parameters passed to 'configure' ensures that the source directory can
be configured for multiple different builds without conflicting (since
the lock file is stored in ${S})

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