diff options
Diffstat (limited to 'meta/classes/image.bbclass')
-rw-r--r-- | meta/classes/image.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 8c8b8a2bf2..8273401e50 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -359,7 +359,7 @@ python () { | |||
359 | # Without de-duplication, gen_conversion_cmds() below | 359 | # Without de-duplication, gen_conversion_cmds() below |
360 | # would create the same compression command multiple times. | 360 | # would create the same compression command multiple times. |
361 | ctypes = set(d.getVar('CONVERSIONTYPES', True).split()) | 361 | ctypes = set(d.getVar('CONVERSIONTYPES', True).split()) |
362 | old_overrides = d.getVar('OVERRIDES', 0) | 362 | old_overrides = d.getVar('OVERRIDES', False) |
363 | 363 | ||
364 | def _image_base_type(type): | 364 | def _image_base_type(type): |
365 | basetype = type | 365 | basetype = type |