All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] alsa-lib: Don't use versioned symbols on uclibc builds as it causes strange hangs
@ 2011-09-22  0:29 Daniel Lazzari
  2011-09-22  5:22 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Lazzari @ 2011-09-22  0:29 UTC (permalink / raw)
  To: openembedded-core

alsa-lib: Don't use versioned symbols on uclibc builds as it causes strange hangs. Taken from oe-classic.

Signed-off-by: Daniel Lazzari Jr <dlazzari@leapfrog.com>
---
 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 6f32b57..b787c54 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)} "
 
 EXTRA_OECONF = "--with-cards=pdaudiocf --with-oss=yes --disable-python"
 
+EXTRA_OECONF_append_libc-uclibc = " --with-versioned=no "
+
 PACKAGES =+ "alsa-server libasound alsa-conf-base alsa-conf alsa-doc alsa-dev"
 FILES_${PN}-dbg += "${libdir}/alsa-lib/*/.debu*"
 FILES_libasound = "${libdir}/libasound.so.*"
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] alsa-lib: Don't use versioned symbols on uclibc builds as it causes strange hangs
  2011-09-22  0:29 [PATCH 1/1] alsa-lib: Don't use versioned symbols on uclibc builds as it causes strange hangs Daniel Lazzari
@ 2011-09-22  5:22 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2011-09-22  5:22 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Thu, 2011-09-22 at 00:29 +0000, Daniel Lazzari wrote:
> alsa-lib: Don't use versioned symbols on uclibc builds as it causes strange hangs. Taken from oe-classic.
> 
> Signed-off-by: Daniel Lazzari Jr <dlazzari@leapfrog.com>

Merged to master, thanks.

Richard




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-22  5:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-22  0:29 [PATCH 1/1] alsa-lib: Don't use versioned symbols on uclibc builds as it causes strange hangs Daniel Lazzari
2011-09-22  5:22 ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.