diff options
| author | Daniel Lazzari <dlazzari@leapfrog.com> | 2011-09-22 00:29:27 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-22 08:49:09 +0100 |
| commit | e0f32aa351a28888ce409779424a96bd7b64146f (patch) | |
| tree | 2d418a42797e9725a844f5349e9e539d175fa322 /meta/recipes-multimedia | |
| parent | ff8f0ea563ba3e9d6f8b8e770cfbf4dca8ad5288 (diff) | |
| download | poky-e0f32aa351a28888ce409779424a96bd7b64146f.tar.gz | |
alsa-lib: Don't use versioned symbols on uclibc builds as it causes strange hangs
alsa-lib: Don't use versioned symbols on uclibc builds as it causes strange hangs. Taken from oe-classic.
(From OE-Core rev: b354eb957ce08ac7814ce46c13ca3a8449b4063a)
Signed-off-by: Daniel Lazzari Jr <dlazzari@leapfrog.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
| -rw-r--r-- | meta/recipes-multimedia/alsa/alsa-lib_1.0.24.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.0.24.1.bb b/meta/recipes-multimedia/alsa/alsa-lib_1.0.24.1.bb index 6f32b57774..b787c54caf 100644 --- a/meta/recipes-multimedia/alsa/alsa-lib_1.0.24.1.bb +++ b/meta/recipes-multimedia/alsa/alsa-lib_1.0.24.1.bb | |||
| @@ -29,6 +29,8 @@ EXTRA_OECONF += "${@get_alsa_fpu_setting(bb, d)} " | |||
| 29 | 29 | ||
| 30 | EXTRA_OECONF = "--with-cards=pdaudiocf --with-oss=yes --disable-python" | 30 | EXTRA_OECONF = "--with-cards=pdaudiocf --with-oss=yes --disable-python" |
| 31 | 31 | ||
| 32 | EXTRA_OECONF_append_libc-uclibc = " --with-versioned=no " | ||
| 33 | |||
| 32 | PACKAGES =+ "alsa-server libasound alsa-conf-base alsa-conf alsa-doc alsa-dev" | 34 | PACKAGES =+ "alsa-server libasound alsa-conf-base alsa-conf alsa-doc alsa-dev" |
| 33 | FILES_${PN}-dbg += "${libdir}/alsa-lib/*/.debu*" | 35 | FILES_${PN}-dbg += "${libdir}/alsa-lib/*/.debu*" |
| 34 | FILES_libasound = "${libdir}/libasound.so.*" | 36 | FILES_libasound = "${libdir}/libasound.so.*" |
