diff options
-rw-r--r-- | meta/classes/base.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index a76fe55b89..39d3e78e9b 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
@@ -94,6 +94,7 @@ python base_do_fetch() { | |||
94 | 94 | ||
95 | addtask unpack after do_fetch | 95 | addtask unpack after do_fetch |
96 | do_unpack[dirs] = "${WORKDIR}" | 96 | do_unpack[dirs] = "${WORKDIR}" |
97 | do_unpack[cleandirs] = "${S}/patches" | ||
97 | python base_do_unpack() { | 98 | python base_do_unpack() { |
98 | src_uri = (d.getVar('SRC_URI', True) or "").split() | 99 | src_uri = (d.getVar('SRC_URI', True) or "").split() |
99 | if len(src_uri) == 0: | 100 | if len(src_uri) == 0: |