alsa-libs: don't need to define the get_alsa_versym_setting function 3
authorHenning Heinold <heinold@inf.fu-berlin.de>
Fri, 25 Jul 2008 15:47:14 +0000 (15:47 +0000)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Fri, 25 Jul 2008 15:47:14 +0000 (15:47 +0000)
times

packages/alsa/alsa-versym.inc

index 6d585ec..07ca89c 100644 (file)
@@ -4,18 +4,3 @@ def get_alsa_versym_setting(bb, d):
     if bb.data.getVar('TARGET_OS', d, 1).find('uclibc') >= 0:
         return "--with-versioned=no"
     return ""
-    
-
-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 ""
-    
-
-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 ""
-