Searched refs:host_gcc_version (Results 1 – 4 of 4) sorted by relevance
135 d.setVar("NATIVELSBSTRING", "universal%s" % oe.utils.host_gcc_version(d))
306 -e 's#@SDK_GCC_VER@#${@oe.utils.host_gcc_version(d, taskcontextonly=True)}#g' \
483 # uninative.bbclass sets NATIVELSBSTRING to 'universal%s' % oe.utils.host_gcc_version(d)484 fixedlsbstring = "universal%s" % oe.utils.host_gcc_version(d)
434 def host_gcc_version(d, taskcontextonly=False): function