mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
meta/scripts: Handle bitbake variable renaming
After other variables were renamed in bitbake, update OE-Core to match. (From OE-Core rev: 91812ba5a34598e03ad860745707c7cba1ae5d91) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -39,7 +39,7 @@ def waflock_hash(d):
|
||||
# directory (e.g. if the source is coming from externalsrc and was previously
|
||||
# configured elsewhere).
|
||||
export WAFLOCK = ".lock-waf_oe_${@waflock_hash(d)}_build"
|
||||
BB_HASHBASE_WHITELIST += "WAFLOCK"
|
||||
BB_BASEHASH_IGNORE_VARS += "WAFLOCK"
|
||||
|
||||
python waf_preconfigure() {
|
||||
import subprocess
|
||||
|
||||
Reference in New Issue
Block a user