diff options
Diffstat (limited to 'meta/classes/base.bbclass')
-rw-r--r-- | meta/classes/base.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index a31a53fcb6..5a1bd3abcb 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
@@ -472,7 +472,7 @@ python () { | |||
472 | else: | 472 | else: |
473 | raise bb.parse.SkipPackage("incompatible with machine %s (not in COMPATIBLE_MACHINE)" % d.getVar('MACHINE', True)) | 473 | raise bb.parse.SkipPackage("incompatible with machine %s (not in COMPATIBLE_MACHINE)" % d.getVar('MACHINE', True)) |
474 | 474 | ||
475 | source_mirror_fetch = d.getVar('SOURCE_MIRROR_FETCH', 0) | 475 | source_mirror_fetch = d.getVar('SOURCE_MIRROR_FETCH', False) |
476 | if not source_mirror_fetch: | 476 | if not source_mirror_fetch: |
477 | need_host = d.getVar('COMPATIBLE_HOST', True) | 477 | need_host = d.getVar('COMPATIBLE_HOST', True) |
478 | if need_host: | 478 | if need_host: |