uClibc: Always enable PTHREADS_DEBUG_SUPPORT
authorTom Rini <trini@embeddedalley.com>
Tue, 28 Apr 2009 21:06:08 +0000 (14:06 -0700)
committerTom Rini <trini@embeddedalley.com>
Tue, 28 Apr 2009 21:06:08 +0000 (14:06 -0700)
This will make sure we always have the uclibc-thread-db package, which
task-sdk-bare requires.  After an audit of the versions in question, what
always happens now is that all libpthread debugging stuff from libpthread
ends up in a specific file and package.

Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Leon Woestenberg <leon@sidebranch.com>
Signed-off-by: Tom Rini <trini@embeddedalley.com>
17 files changed:
recipes/uclibc/uclibc-0.9.27/wrt54/uClibc.config
recipes/uclibc/uclibc-0.9.28/avr32/uClibc.config
recipes/uclibc/uclibc-0.9.28/wrt54/uClibc.config
recipes/uclibc/uclibc-0.9.29/bfin/uClibc.machine
recipes/uclibc/uclibc-0.9.30.1/bfin/uClibc.machine
recipes/uclibc/uclibc-0.9.30.1/uClibc.distro
recipes/uclibc/uclibc-0.9.30/bfin/uClibc.machine
recipes/uclibc/uclibc-0.9.30/uClibc.distro
recipes/uclibc/uclibc-nptl/uClibc.distro
recipes/uclibc/uclibc-svn/uClibc.distro
recipes/uclibc/uclibc_0.9.27.bb
recipes/uclibc/uclibc_0.9.28.bb
recipes/uclibc/uclibc_0.9.29.bb
recipes/uclibc/uclibc_0.9.30.1.bb
recipes/uclibc/uclibc_0.9.30.bb
recipes/uclibc/uclibc_nptl.bb
recipes/uclibc/uclibc_svn.bb

index 5fddbed..1a24121 100644 (file)
@@ -63,7 +63,7 @@ LDSO_BASE_FILENAME="ld.so"
 UCLIBC_CTOR_DTOR=y
 # HAS_NO_THREADS is not set
 UCLIBC_HAS_THREADS=y
-# PTHREADS_DEBUG_SUPPORT is not set
+PTHREADS_DEBUG_SUPPORT=y
 UCLIBC_HAS_LFS=y
 # MALLOC is not set
 # MALLOC_SIMPLE is not set
index 478c713..065b961 100644 (file)
@@ -63,7 +63,7 @@ LDSO_RUNPATH=y
 UCLIBC_CTOR_DTOR=y
 # HAS_NO_THREADS is not set
 UCLIBC_HAS_THREADS=y
-# PTHREADS_DEBUG_SUPPORT is not set
+PTHREADS_DEBUG_SUPPORT=y
 UCLIBC_HAS_LFS=y
 UCLIBC_STATIC_LDCONFIG=y
 # MALLOC is not set
index 14779b7..d28b0a1 100644 (file)
@@ -66,7 +66,7 @@ LDSO_RUNPATH=y
 UCLIBC_CTOR_DTOR=y
 # HAS_NO_THREADS is not set
 UCLIBC_HAS_THREADS=y
-# PTHREADS_DEBUG_SUPPORT is not set
+PTHREADS_DEBUG_SUPPORT=y
 UCLIBC_HAS_LFS=y
 UCLIBC_STATIC_LDCONFIG=y
 # MALLOC is not set
index 0c56523..33a294f 100644 (file)
@@ -73,7 +73,7 @@ LDSO_RUNPATH=y
 UCLIBC_CTOR_DTOR=y
 # HAS_NO_THREADS is not set
 UCLIBC_HAS_THREADS=y
-# PTHREADS_DEBUG_SUPPORT is not set
+PTHREADS_DEBUG_SUPPORT=y
 LINUXTHREADS_OLD=y
 UCLIBC_HAS_LFS=y
 MALLOC=y
index 0c56523..33a294f 100644 (file)
@@ -73,7 +73,7 @@ LDSO_RUNPATH=y
 UCLIBC_CTOR_DTOR=y
 # HAS_NO_THREADS is not set
 UCLIBC_HAS_THREADS=y
-# PTHREADS_DEBUG_SUPPORT is not set
+PTHREADS_DEBUG_SUPPORT=y
 LINUXTHREADS_OLD=y
 UCLIBC_HAS_LFS=y
 MALLOC=y
index 77f6091..31029a3 100644 (file)
@@ -17,7 +17,7 @@ UCLIBC_CTOR_DTOR=y
 LDSO_GNU_HASH_SUPPORT=y
 # HAS_NO_THREADS is not set
 UCLIBC_HAS_THREADS=y
-# PTHREADS_DEBUG_SUPPORT is not set
+PTHREADS_DEBUG_SUPPORT=y
 LINUXTHREADS_OLD=y
 UCLIBC_HAS_LFS=y
 # MALLOC is not set
index 0c56523..33a294f 100644 (file)
@@ -73,7 +73,7 @@ LDSO_RUNPATH=y
 UCLIBC_CTOR_DTOR=y
 # HAS_NO_THREADS is not set
 UCLIBC_HAS_THREADS=y
-# PTHREADS_DEBUG_SUPPORT is not set
+PTHREADS_DEBUG_SUPPORT=y
 LINUXTHREADS_OLD=y
 UCLIBC_HAS_LFS=y
 MALLOC=y
index b072b2f..d8eed91 100644 (file)
@@ -17,7 +17,7 @@ UCLIBC_CTOR_DTOR=y
 LDSO_GNU_HASH_SUPPORT=y
 # HAS_NO_THREADS is not set
 UCLIBC_HAS_THREADS=y
-# PTHREADS_DEBUG_SUPPORT is not set
+PTHREADS_DEBUG_SUPPORT=y
 LINUXTHREADS_OLD=y
 UCLIBC_HAS_LFS=y
 # MALLOC is not set
index 8537080..e52db5c 100644 (file)
@@ -18,7 +18,7 @@ LDSO_GNU_HASH_SUPPORT=y
 # HAS_NO_THREADS is not set
 UCLIBC_HAS_THREADS=y
 UCLIBC_HAS_THREADS_NATIVE=y
-# PTHREADS_DEBUG_SUPPORT is not set
+PTHREADS_DEBUG_SUPPORT=y
 # LINUXTHREADS_OLD is not set
 UCLIBC_HAS_LFS=y
 # MALLOC is not set
index 2b1406c..2f5e073 100644 (file)
@@ -17,7 +17,7 @@ UCLIBC_CTOR_DTOR=y
 LDSO_GNU_HASH_SUPPORT=y
 # HAS_NO_THREADS is not set
 UCLIBC_HAS_THREADS=y
-# PTHREADS_DEBUG_SUPPORT is not set
+PTHREADS_DEBUG_SUPPORT=y
 LINUXTHREADS_OLD=y
 UCLIBC_HAS_LFS=y
 # MALLOC is not set
index 1357e58..56575da 100644 (file)
@@ -1,5 +1,5 @@
 DEFAULT_PREFERENCE = "1"
-PR = "r12"
+PR = "r13"
 
 require uclibc.inc
 
index 1b0f2e0..adf7a74 100644 (file)
@@ -1,5 +1,5 @@
 DEFAULT_PREFERENCE = "1"
-PR = "r17"
+PR = "r18"
 
 require uclibc.inc
 
index aba1830..f6bc689 100644 (file)
@@ -7,7 +7,7 @@
 # on whether the base patches apply to the selected (SRCDATE) svn release.
 #
 UCLIBC_BASE ?= "0.9.29"
-PR = "r30"
+PR = "r31"
 
 require uclibc.inc
 
index d159ab3..ab6dcb9 100644 (file)
@@ -7,7 +7,7 @@
 # on whether the base patches apply to the selected (SRCDATE) svn release.
 #
 UCLIBC_BASE ?= "0.9.30.1"
-PR = "r1"
+PR = "r2"
 DEFAULT_PREFERENCE = "1"
 
 require uclibc.inc
index bbe809f..0a374ce 100644 (file)
@@ -7,7 +7,7 @@
 # on whether the base patches apply to the selected (SRCDATE) svn release.
 #
 UCLIBC_BASE ?= "0.9.30"
-PR = "r6"
+PR = "r7"
 DEFAULT_PREFERENCE = "1"
 
 require uclibc.inc
index 7b3ef15..18c88c8 100644 (file)
@@ -8,7 +8,7 @@
 #
 UCLIBC_BASE ?= "0.9.30"
 PV = "${UCLIBC_BASE}+svnr${SRCREV}"
-PR = "r0"
+PR = "r1"
 #DEFAULT_PREFERENCE = "2"
 #DEFAULT_PREFERENCE is 0 (empty), releases have a preference of 1 so take
 # precedence.
index 654cb6e..127cea7 100644 (file)
@@ -8,7 +8,7 @@
 #
 UCLIBC_BASE ?= "0.9.30"
 PV = "${UCLIBC_BASE}+svnr${SRCREV}"
-PR = "r0"
+PR = "r1"
 #DEFAULT_PREFERENCE = "2"
 #DEFAULT_PREFERENCE is 0 (empty), releases have a preference of 1 so take
 # precedence.