diff options
Diffstat (limited to 'meta/classes/buildstats-summary.bbclass')
-rw-r--r-- | meta/classes/buildstats-summary.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/buildstats-summary.bbclass b/meta/classes/buildstats-summary.bbclass index b86abcc3f1..f9b241b6c5 100644 --- a/meta/classes/buildstats-summary.bbclass +++ b/meta/classes/buildstats-summary.bbclass | |||
@@ -7,7 +7,7 @@ python buildstats_summary () { | |||
7 | if not os.path.exists(bsdir): | 7 | if not os.path.exists(bsdir): |
8 | return | 8 | return |
9 | 9 | ||
10 | sstatetasks = (e.data.getVar('SSTATETASKS', True) or '').split() | 10 | sstatetasks = (e.data.getVar('SSTATETASKS') or '').split() |
11 | built = collections.defaultdict(lambda: [set(), set()]) | 11 | built = collections.defaultdict(lambda: [set(), set()]) |
12 | for pf in os.listdir(bsdir): | 12 | for pf in os.listdir(bsdir): |
13 | taskdir = os.path.join(bsdir, pf) | 13 | taskdir = os.path.join(bsdir, pf) |