diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-common.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc index bf6c2398e8..f550aab27a 100644 --- a/meta/recipes-devtools/gcc/gcc-common.inc +++ b/meta/recipes-devtools/gcc/gcc-common.inc | |||
@@ -79,7 +79,7 @@ do_clean[lockfiles] = "${SW}.clean.lock" | |||
79 | 79 | ||
80 | python workshared_clean () { | 80 | python workshared_clean () { |
81 | """clear the source directory""" | 81 | """clear the source directory""" |
82 | dir = bb.data.expand("${SW}", d) | 82 | dir = d.expand("${SW}") |
83 | bb.note("Removing " + dir) | 83 | bb.note("Removing " + dir) |
84 | oe.path.remove(dir) | 84 | oe.path.remove(dir) |
85 | 85 | ||