Searched refs:host_gcc_version (Results 1 – 4 of 4) sorted by relevance
145 d.setVar("NATIVELSBSTRING", "universal%s" % oe.utils.host_gcc_version(d))
445 def host_gcc_version(d, taskcontextonly=False): function
376 -e 's#@SDK_GCC_VER@#${@oe.utils.host_gcc_version(d, taskcontextonly=True)}#g' \
494 # uninative.bbclass sets NATIVELSBSTRING to 'universal%s' % oe.utils.host_gcc_version(d)495 …fixedlsbstring = "universal%s" % oe.utils.host_gcc_version(d) if bb.data.inherits_class('uninative…