diff options
Diffstat (limited to 'meta/classes/insane.bbclass')
-rw-r--r-- | meta/classes/insane.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 99340c1752..6b3cc5228a 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -1338,6 +1338,7 @@ python do_qa_unpack() { | |||
1338 | bb.warn('%s: the directory %s (%s) pointed to by the S variable doesn\'t exist - please set S within the recipe to point to where the source has been unpacked to' % (d.getVar('PN'), d.getVar('S', False), s_dir)) | 1338 | bb.warn('%s: the directory %s (%s) pointed to by the S variable doesn\'t exist - please set S within the recipe to point to where the source has been unpacked to' % (d.getVar('PN'), d.getVar('S', False), s_dir)) |
1339 | 1339 | ||
1340 | unpack_check_src_uri(d.getVar('PN'), d) | 1340 | unpack_check_src_uri(d.getVar('PN'), d) |
1341 | oe.qa.exit_if_errors(d) | ||
1341 | } | 1342 | } |
1342 | 1343 | ||
1343 | # The Staging Func, to check all staging | 1344 | # The Staging Func, to check all staging |