aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/alsa/alsa-versym.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/alsa/alsa-versym.inc')
-rw-r--r--recipes/alsa/alsa-versym.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/alsa/alsa-versym.inc b/recipes/alsa/alsa-versym.inc
new file mode 100644
index 0000000000..07ca89cafb
--- /dev/null
+++ b/recipes/alsa/alsa-versym.inc
@@ -0,0 +1,6 @@
+
+def get_alsa_versym_setting(bb, d):
+ # Versioned symbols don't work propery with uClibc
+ if bb.data.getVar('TARGET_OS', d, 1).find('uclibc') >= 0:
+ return "--with-versioned=no"
+ return ""