[oe-commits] org.oe.dev pulseaudio_0.9.9.bb : updated disable-using-glibc-tls.patch to also disable

xora commit openembedded-commits at lists.openembedded.org
Thu Feb 7 20:06:25 UTC 2008


pulseaudio_0.9.9.bb : updated disable-using-glibc-tls.patch to also disable
hierarchical pthread stuff which is what causes gst lockups

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: 7ab7cd009151ed33e67d7c5eda14b7f7dff8c9a8
ViewMTN: http://monotone.openembedded.org/revision/info/7ab7cd009151ed33e67d7c5eda14b7f7dff8c9a8
Files:
1
packages/pulseaudio/files/disable-using-glibc-tls.patch
packages/pulseaudio/pulseaudio_0.9.9.bb
Diffs:

#
# mt diff -r8dadec7d9f47d3e60f4729a152204227dce39c49 -r7ab7cd009151ed33e67d7c5eda14b7f7dff8c9a8
#
# 
# 
# patch "packages/pulseaudio/files/disable-using-glibc-tls.patch"
#  from [61e58204f3f2802f2a9eb79cfac98b3effe6f6ca]
#    to [7516f45e4e30bc9887860d78a3dee7e78e6cb65a]
# 
# patch "packages/pulseaudio/pulseaudio_0.9.9.bb"
#  from [4b4b757f73cc041cc3c356e5b10433f80115e207]
#    to [90330867c2b9d3a07bbf0e113c2289c5fd452fca]
# 
============================================================
--- packages/pulseaudio/files/disable-using-glibc-tls.patch	61e58204f3f2802f2a9eb79cfac98b3effe6f6ca
+++ packages/pulseaudio/files/disable-using-glibc-tls.patch	7516f45e4e30bc9887860d78a3dee7e78e6cb65a
@@ -1,8 +1,8 @@
-Index: pulseaudio-0.9.7/configure.ac
+Index: pulseaudio-0.9.9/configure.ac
 ===================================================================
---- pulseaudio-0.9.7.orig/configure.ac
-+++ pulseaudio-0.9.7/configure.ac
-@@ -124,8 +124,8 @@
+--- pulseaudio-0.9.9.orig/configure.ac	2008-01-24 01:06:06.000000000 +0000
++++ pulseaudio-0.9.9/configure.ac	2008-02-05 17:45:59.000000000 +0000
+@@ -139,8 +139,8 @@
  ret=$?
  rm -f conftest.o conftest
  if test $ret -eq 0 ; then
@@ -13,3 +13,13 @@ Index: pulseaudio-0.9.7/configure.ac
  else
      AC_MSG_RESULT([no])
  fi
+@@ -325,8 +325,7 @@
+ rm -f conftest.o conftest
+ 
+ if test $ret -eq 0 ; then
+-    AC_DEFINE([HAVE_PTHREAD_PRIO_INHERIT], 1, [Have PTHREAD_PRIO_INHERIT.])
+-    AC_MSG_RESULT([yes])
++    AC_MSG_RESULT([no])
+ else
+     AC_MSG_RESULT([no])
+ fi
============================================================
--- packages/pulseaudio/pulseaudio_0.9.9.bb	4b4b757f73cc041cc3c356e5b10433f80115e207
+++ packages/pulseaudio/pulseaudio_0.9.9.bb	90330867c2b9d3a07bbf0e113c2289c5fd452fca
@@ -8,11 +8,11 @@ SRC_URI += "\
   file://fix-dbus-without-hal.patch;patch=1 \
 "            
 
-PR = "r0"
+PR = "r1"
 
 # problems w/ pulseaudio 0.9.9 atm:
 # 1.) needs libltdl >= 1.5.24 (yes, any older version will NOT work at runtime)
 # 2.) doesn't build w/ glibc TLS support (hence patched out)
-# 3.) hangs, if used with gst-pulse 0.9.7
+# 3.) hangs, if used with gst-pulse 0.9.7, fails with hierarchical pthread stuff
 DEFAULT_PREFERENCE = "-1"
 






More information about the Openembedded-commits mailing list