mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
meta: cleanup d.getVar(var, 0)
(From OE-Core rev: 33b0d940b09a5ce1462476614213a58d3d62e80d) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b8e2bab119
commit
02e6c1e520
@@ -359,7 +359,7 @@ python () {
|
||||
# Without de-duplication, gen_conversion_cmds() below
|
||||
# would create the same compression command multiple times.
|
||||
ctypes = set(d.getVar('CONVERSIONTYPES', True).split())
|
||||
old_overrides = d.getVar('OVERRIDES', 0)
|
||||
old_overrides = d.getVar('OVERRIDES', False)
|
||||
|
||||
def _image_base_type(type):
|
||||
basetype = type
|
||||
|
||||
Reference in New Issue
Block a user