diff options
Diffstat (limited to 'meta/classes/utility-tasks.bbclass')
-rw-r--r-- | meta/classes/utility-tasks.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/utility-tasks.bbclass b/meta/classes/utility-tasks.bbclass index 1792f18e8c..e817b899a6 100644 --- a/meta/classes/utility-tasks.bbclass +++ b/meta/classes/utility-tasks.bbclass | |||
@@ -28,7 +28,7 @@ python do_clean() { | |||
28 | bb.note("Removing " + dir) | 28 | bb.note("Removing " + dir) |
29 | oe.path.remove(dir) | 29 | oe.path.remove(dir) |
30 | 30 | ||
31 | dir = "%s.*" % bb.data.expand(d.getVar('STAMP'), d) | 31 | dir = "%s.*" % bb.data.expand(d.getVar('STAMP', False), d) |
32 | bb.note("Removing " + dir) | 32 | bb.note("Removing " + dir) |
33 | oe.path.remove(dir) | 33 | oe.path.remove(dir) |
34 | 34 | ||