git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6bc4e9
)
alsa-libs: don't need to define the get_alsa_versym_setting function 3
author
Henning Heinold
<heinold@inf.fu-berlin.de>
Fri, 25 Jul 2008 15:47:14 +0000
(15:47 +0000)
committer
Henning Heinold
<heinold@inf.fu-berlin.de>
Fri, 25 Jul 2008 15:47:14 +0000
(15:47 +0000)
times
packages/alsa/alsa-versym.inc
patch
|
blob
|
history
diff --git
a/packages/alsa/alsa-versym.inc
b/packages/alsa/alsa-versym.inc
index
6d585ec
..
07ca89c
100644
(file)
--- a/
packages/alsa/alsa-versym.inc
+++ b/
packages/alsa/alsa-versym.inc
@@
-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 ""
-