repo.or.cz
/
openembedded.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
linux-omap 2.6.39: sync with meta-texasinstruments
[openembedded.git]
/
recipes
/
alsa
/
alsa-versym.inc
blob
07ca89cafbedeb9ee35ee5f1963c15a1aa861552
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 ""