surpport seeking the recorded video
[vuplus_openembedded] / 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 ""