summaryrefslogtreecommitdiffstats
path: root/meta/classes/populate_sdk_ext.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/populate_sdk_ext.bbclass')
-rw-r--r--meta/classes/populate_sdk_ext.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass
index 9fda1c9e78..5657af4b6a 100644
--- a/meta/classes/populate_sdk_ext.bbclass
+++ b/meta/classes/populate_sdk_ext.bbclass
@@ -122,7 +122,7 @@ SDK_TITLE_task-populate-sdk-ext = "${@d.getVar('DISTRO_NAME') or d.getVar('DISTR
122def clean_esdk_builddir(d, sdkbasepath): 122def clean_esdk_builddir(d, sdkbasepath):
123 """Clean up traces of the fake build for create_filtered_tasklist()""" 123 """Clean up traces of the fake build for create_filtered_tasklist()"""
124 import shutil 124 import shutil
125 cleanpaths = 'cache conf/sanity_info tmp'.split() 125 cleanpaths = ['cache', 'tmp']
126 for pth in cleanpaths: 126 for pth in cleanpaths:
127 fullpth = os.path.join(sdkbasepath, pth) 127 fullpth = os.path.join(sdkbasepath, pth)
128 if os.path.isdir(fullpth): 128 if os.path.isdir(fullpth):