diff options
Diffstat (limited to 'meta/classes/waf.bbclass')
| -rw-r--r-- | meta/classes/waf.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/waf.bbclass b/meta/classes/waf.bbclass index bc594d3c6b..464564afa1 100644 --- a/meta/classes/waf.bbclass +++ b/meta/classes/waf.bbclass | |||
| @@ -39,7 +39,7 @@ def waflock_hash(d): | |||
| 39 | # directory (e.g. if the source is coming from externalsrc and was previously | 39 | # directory (e.g. if the source is coming from externalsrc and was previously |
| 40 | # configured elsewhere). | 40 | # configured elsewhere). |
| 41 | export WAFLOCK = ".lock-waf_oe_${@waflock_hash(d)}_build" | 41 | export WAFLOCK = ".lock-waf_oe_${@waflock_hash(d)}_build" |
| 42 | BB_HASHBASE_WHITELIST += "WAFLOCK" | 42 | BB_BASEHASH_IGNORE_VARS += "WAFLOCK" |
| 43 | 43 | ||
| 44 | python waf_preconfigure() { | 44 | python waf_preconfigure() { |
| 45 | import subprocess | 45 | import subprocess |
