Lines Matching refs:inherits_class
211 …r") + "/mime/packages" in path and path.endswith('.xml') and not bb.data.inherits_class("mime", d):
222 …/applications" in path and path.endswith('.desktop') and not bb.data.inherits_class("mime-xdg", d):
340 if bb.data.inherits_class(s, d):
353 is_32 = (("virtual/kernel" in provides) or bb.data.inherits_class("module", d)) and \
622 if bb.data.inherits_class("native", d) or bb.data.inherits_class("cross", d):
740 if bb.data.inherits_class("kernel", d) or bb.data.inherits_class("module-base", d):
783 if bb.data.inherits_class('nativesdk', d):
1002 if not bb.data.inherits_class('features_check', d):
1016 … if d.getVar('ALTERNATIVE:%s' % pkg) and not bb.data.inherits_class('update-alternatives', d):
1242 if bb.data.inherits_class('autotools', d) and not skip_configure_unsafe:
1271 if bb.data.inherits_class('cross-canadian', d):
1286 if bb.data.inherits_class("autotools", d):
1289 if bb.data.inherits_class("autotools", d):
1414 if bb.data.inherits_class(native_class, d):
1422 if bb.data.inherits_class('native', d) or 'native' in bbclassextend: