diff options
-rw-r--r-- | meta/classes-recipe/populate_sdk_ext.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes-recipe/populate_sdk_ext.bbclass b/meta/classes-recipe/populate_sdk_ext.bbclass index 8cb27ad995..3019dad0f3 100644 --- a/meta/classes-recipe/populate_sdk_ext.bbclass +++ b/meta/classes-recipe/populate_sdk_ext.bbclass | |||
@@ -289,6 +289,8 @@ def copy_uninative(d, baseoutpath): | |||
289 | return uninative_checksum | 289 | return uninative_checksum |
290 | 290 | ||
291 | def write_local_conf(d, baseoutpath, derivative, core_meta_subdir, uninative_checksum): | 291 | def write_local_conf(d, baseoutpath, derivative, core_meta_subdir, uninative_checksum): |
292 | import shutil | ||
293 | |||
292 | #check if custome templateconf path is set | 294 | #check if custome templateconf path is set |
293 | use_custom_templateconf = d.getVar('SDK_CUSTOM_TEMPLATECONF') | 295 | use_custom_templateconf = d.getVar('SDK_CUSTOM_TEMPLATECONF') |
294 | 296 | ||