diff options
Diffstat (limited to 'meta/classes/sanity.bbclass')
-rw-r--r-- | meta/classes/sanity.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index cca39c9b52..48f55396cb 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
@@ -491,6 +491,8 @@ def sanity_handle_abichanges(status, d): | |||
491 | # | 491 | # |
492 | # Check the 'ABI' of TMPDIR | 492 | # Check the 'ABI' of TMPDIR |
493 | # | 493 | # |
494 | import subprocess | ||
495 | |||
494 | current_abi = d.getVar('OELAYOUT_ABI', True) | 496 | current_abi = d.getVar('OELAYOUT_ABI', True) |
495 | abifile = d.getVar('SANITY_ABIFILE', True) | 497 | abifile = d.getVar('SANITY_ABIFILE', True) |
496 | if os.path.exists(abifile): | 498 | if os.path.exists(abifile): |
@@ -824,8 +826,6 @@ def check_sanity_everybuild(status, d): | |||
824 | status.addresult("Error, IMAGE_FSTYPES vmdk and live can't be built together\n") | 826 | status.addresult("Error, IMAGE_FSTYPES vmdk and live can't be built together\n") |
825 | 827 | ||
826 | def check_sanity(sanity_data): | 828 | def check_sanity(sanity_data): |
827 | import subprocess | ||
828 | |||
829 | class SanityStatus(object): | 829 | class SanityStatus(object): |
830 | def __init__(self): | 830 | def __init__(self): |
831 | self.messages = "" | 831 | self.messages = "" |