diff options
Diffstat (limited to 'meta')
-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 3a65c07a51..87fb7671fd 100644 --- a/meta/classes/populate_sdk_ext.bbclass +++ b/meta/classes/populate_sdk_ext.bbclass | |||
@@ -174,7 +174,7 @@ python copy_buildsystem () { | |||
174 | excluded_targets = d.getVar('SDK_TARGETS', True) | 174 | excluded_targets = d.getVar('SDK_TARGETS', True) |
175 | lockedsigs_pruned = baseoutpath + '/conf/locked-sigs.inc' | 175 | lockedsigs_pruned = baseoutpath + '/conf/locked-sigs.inc' |
176 | oe.copy_buildsystem.prune_lockedsigs([], | 176 | oe.copy_buildsystem.prune_lockedsigs([], |
177 | excluded_targets, | 177 | excluded_targets.split(), |
178 | sigfile, | 178 | sigfile, |
179 | lockedsigs_pruned) | 179 | lockedsigs_pruned) |
180 | 180 | ||