netboot-launcher-efl: Bump version to 0.2.2 and fix download link.
[openembedded.git] / recipes / alsa / alsa-versym.inc
1
2 def get_alsa_versym_setting(bb, d):
3     # Versioned symbols don't work propery with uClibc
4     if bb.data.getVar('TARGET_OS', d, 1).find('uclibc') >= 0:
5         return "--with-versioned=no"
6     return ""