diff options
-rw-r--r-- | meta/classes/populate_sdk_ext.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass index ca1b7753cb..bdd86863c6 100644 --- a/meta/classes/populate_sdk_ext.bbclass +++ b/meta/classes/populate_sdk_ext.bbclass | |||
@@ -227,7 +227,7 @@ python copy_buildsystem () { | |||
227 | 227 | ||
228 | # Write out config file for devtool | 228 | # Write out config file for devtool |
229 | import configparser | 229 | import configparser |
230 | config = configparser.SafeConfigParser() | 230 | config = configparser.ConfigParser() |
231 | config.add_section('General') | 231 | config.add_section('General') |
232 | config.set('General', 'bitbake_subdir', conf_bbpath) | 232 | config.set('General', 'bitbake_subdir', conf_bbpath) |
233 | config.set('General', 'init_path', conf_initpath) | 233 | config.set('General', 'init_path', conf_initpath) |