* [PATCH] Enable PTHREADS_DEBUG_SUPPORT on all uClibc builds
@ 2009-04-28 4:09 Tom Rini
2009-04-28 7:10 ` Koen Kooi
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Tom Rini @ 2009-04-28 4:09 UTC (permalink / raw)
To: OpenEmbedded Devel List
As has been reported, building uClibc with PTHREADS_DEBUG_SUPPORT=n
means that task-sdk-bare won't install due to missing uclibc-thread-db.
The following enables it everywhere it was disabled and bumps PRs. This
should be fine given that we already have separate debug packages and
the extra files end up in an additional package.
Signed-off-by: Tom Rini <trini@embeddedalley.com>
diff --git a/recipes/uclibc/uclibc-0.9.27/wrt54/uClibc.config b/recipes/uclibc/uclibc-0.9.27/wrt54/uClibc.config
index 5fddbed..1a24121 100644
--- a/recipes/uclibc/uclibc-0.9.27/wrt54/uClibc.config
+++ b/recipes/uclibc/uclibc-0.9.27/wrt54/uClibc.config
@@ -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
diff --git a/recipes/uclibc/uclibc-0.9.28/avr32/uClibc.config b/recipes/uclibc/uclibc-0.9.28/avr32/uClibc.config
index 478c713..065b961 100644
--- a/recipes/uclibc/uclibc-0.9.28/avr32/uClibc.config
+++ b/recipes/uclibc/uclibc-0.9.28/avr32/uClibc.config
@@ -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
diff --git a/recipes/uclibc/uclibc-0.9.28/wrt54/uClibc.config b/recipes/uclibc/uclibc-0.9.28/wrt54/uClibc.config
index 14779b7..d28b0a1 100644
--- a/recipes/uclibc/uclibc-0.9.28/wrt54/uClibc.config
+++ b/recipes/uclibc/uclibc-0.9.28/wrt54/uClibc.config
@@ -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
diff --git a/recipes/uclibc/uclibc-0.9.29/bfin/uClibc.machine b/recipes/uclibc/uclibc-0.9.29/bfin/uClibc.machine
index 0c56523..33a294f 100644
--- a/recipes/uclibc/uclibc-0.9.29/bfin/uClibc.machine
+++ b/recipes/uclibc/uclibc-0.9.29/bfin/uClibc.machine
@@ -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
diff --git a/recipes/uclibc/uclibc-0.9.30.1/bfin/uClibc.machine b/recipes/uclibc/uclibc-0.9.30.1/bfin/uClibc.machine
index 0c56523..33a294f 100644
--- a/recipes/uclibc/uclibc-0.9.30.1/bfin/uClibc.machine
+++ b/recipes/uclibc/uclibc-0.9.30.1/bfin/uClibc.machine
@@ -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
diff --git a/recipes/uclibc/uclibc-0.9.30.1/uClibc.distro b/recipes/uclibc/uclibc-0.9.30.1/uClibc.distro
index 77f6091..31029a3 100644
--- a/recipes/uclibc/uclibc-0.9.30.1/uClibc.distro
+++ b/recipes/uclibc/uclibc-0.9.30.1/uClibc.distro
@@ -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
diff --git a/recipes/uclibc/uclibc-0.9.30/bfin/uClibc.machine b/recipes/uclibc/uclibc-0.9.30/bfin/uClibc.machine
index 0c56523..33a294f 100644
--- a/recipes/uclibc/uclibc-0.9.30/bfin/uClibc.machine
+++ b/recipes/uclibc/uclibc-0.9.30/bfin/uClibc.machine
@@ -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
diff --git a/recipes/uclibc/uclibc-0.9.30/uClibc.distro b/recipes/uclibc/uclibc-0.9.30/uClibc.distro
index b072b2f..d8eed91 100644
--- a/recipes/uclibc/uclibc-0.9.30/uClibc.distro
+++ b/recipes/uclibc/uclibc-0.9.30/uClibc.distro
@@ -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
diff --git a/recipes/uclibc/uclibc-nptl/uClibc.distro b/recipes/uclibc/uclibc-nptl/uClibc.distro
index 8537080..e52db5c 100644
--- a/recipes/uclibc/uclibc-nptl/uClibc.distro
+++ b/recipes/uclibc/uclibc-nptl/uClibc.distro
@@ -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
diff --git a/recipes/uclibc/uclibc-svn/uClibc.distro b/recipes/uclibc/uclibc-svn/uClibc.distro
index 2b1406c..2f5e073 100644
--- a/recipes/uclibc/uclibc-svn/uClibc.distro
+++ b/recipes/uclibc/uclibc-svn/uClibc.distro
@@ -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
diff --git a/recipes/uclibc/uclibc_0.9.27.bb b/recipes/uclibc/uclibc_0.9.27.bb
index 1357e58..56575da 100644
--- a/recipes/uclibc/uclibc_0.9.27.bb
+++ b/recipes/uclibc/uclibc_0.9.27.bb
@@ -1,5 +1,5 @@
DEFAULT_PREFERENCE = "1"
-PR = "r12"
+PR = "r13"
require uclibc.inc
diff --git a/recipes/uclibc/uclibc_0.9.28.bb b/recipes/uclibc/uclibc_0.9.28.bb
index 1b0f2e0..adf7a74 100644
--- a/recipes/uclibc/uclibc_0.9.28.bb
+++ b/recipes/uclibc/uclibc_0.9.28.bb
@@ -1,5 +1,5 @@
DEFAULT_PREFERENCE = "1"
-PR = "r17"
+PR = "r18"
require uclibc.inc
diff --git a/recipes/uclibc/uclibc_0.9.29.bb b/recipes/uclibc/uclibc_0.9.29.bb
index aba1830..f6bc689 100644
--- a/recipes/uclibc/uclibc_0.9.29.bb
+++ b/recipes/uclibc/uclibc_0.9.29.bb
@@ -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
diff --git a/recipes/uclibc/uclibc_0.9.30.1.bb b/recipes/uclibc/uclibc_0.9.30.1.bb
index d159ab3..ab6dcb9 100644
--- a/recipes/uclibc/uclibc_0.9.30.1.bb
+++ b/recipes/uclibc/uclibc_0.9.30.1.bb
@@ -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
diff --git a/recipes/uclibc/uclibc_0.9.30.bb b/recipes/uclibc/uclibc_0.9.30.bb
index bbe809f..0a374ce 100644
--- a/recipes/uclibc/uclibc_0.9.30.bb
+++ b/recipes/uclibc/uclibc_0.9.30.bb
@@ -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
diff --git a/recipes/uclibc/uclibc_svn.bb b/recipes/uclibc/uclibc_svn.bb
index 654cb6e..127cea7 100644
--- a/recipes/uclibc/uclibc_svn.bb
+++ b/recipes/uclibc/uclibc_svn.bb
@@ -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.
--
Tom Rini
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] Enable PTHREADS_DEBUG_SUPPORT on all uClibc builds
2009-04-28 4:09 [PATCH] Enable PTHREADS_DEBUG_SUPPORT on all uClibc builds Tom Rini
@ 2009-04-28 7:10 ` Koen Kooi
2009-04-28 20:37 ` Khem Raj
2009-04-28 18:03 ` Leon Woestenberg
2009-04-28 18:17 ` Tom Rini
2 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2009-04-28 7:10 UTC (permalink / raw)
To: openembedded-devel
On 28-04-09 06:09, Tom Rini wrote:
> As has been reported, building uClibc with PTHREADS_DEBUG_SUPPORT=n
> means that task-sdk-bare won't install due to missing uclibc-thread-db.
> The following enables it everywhere it was disabled and bumps PRs. This
> should be fine given that we already have separate debug packages and
> the extra files end up in an additional package.
>
> Signed-off-by: Tom Rini<trini@embeddedalley.com>
Acked-by: Koen Kooi <koen@openembedded.org>
>
> diff --git a/recipes/uclibc/uclibc-0.9.27/wrt54/uClibc.config b/recipes/uclibc/uclibc-0.9.27/wrt54/uClibc.config
> index 5fddbed..1a24121 100644
> --- a/recipes/uclibc/uclibc-0.9.27/wrt54/uClibc.config
> +++ b/recipes/uclibc/uclibc-0.9.27/wrt54/uClibc.config
> @@ -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
> diff --git a/recipes/uclibc/uclibc-0.9.28/avr32/uClibc.config b/recipes/uclibc/uclibc-0.9.28/avr32/uClibc.config
> index 478c713..065b961 100644
> --- a/recipes/uclibc/uclibc-0.9.28/avr32/uClibc.config
> +++ b/recipes/uclibc/uclibc-0.9.28/avr32/uClibc.config
> @@ -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
> diff --git a/recipes/uclibc/uclibc-0.9.28/wrt54/uClibc.config b/recipes/uclibc/uclibc-0.9.28/wrt54/uClibc.config
> index 14779b7..d28b0a1 100644
> --- a/recipes/uclibc/uclibc-0.9.28/wrt54/uClibc.config
> +++ b/recipes/uclibc/uclibc-0.9.28/wrt54/uClibc.config
> @@ -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
> diff --git a/recipes/uclibc/uclibc-0.9.29/bfin/uClibc.machine b/recipes/uclibc/uclibc-0.9.29/bfin/uClibc.machine
> index 0c56523..33a294f 100644
> --- a/recipes/uclibc/uclibc-0.9.29/bfin/uClibc.machine
> +++ b/recipes/uclibc/uclibc-0.9.29/bfin/uClibc.machine
> @@ -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
> diff --git a/recipes/uclibc/uclibc-0.9.30.1/bfin/uClibc.machine b/recipes/uclibc/uclibc-0.9.30.1/bfin/uClibc.machine
> index 0c56523..33a294f 100644
> --- a/recipes/uclibc/uclibc-0.9.30.1/bfin/uClibc.machine
> +++ b/recipes/uclibc/uclibc-0.9.30.1/bfin/uClibc.machine
> @@ -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
> diff --git a/recipes/uclibc/uclibc-0.9.30.1/uClibc.distro b/recipes/uclibc/uclibc-0.9.30.1/uClibc.distro
> index 77f6091..31029a3 100644
> --- a/recipes/uclibc/uclibc-0.9.30.1/uClibc.distro
> +++ b/recipes/uclibc/uclibc-0.9.30.1/uClibc.distro
> @@ -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
> diff --git a/recipes/uclibc/uclibc-0.9.30/bfin/uClibc.machine b/recipes/uclibc/uclibc-0.9.30/bfin/uClibc.machine
> index 0c56523..33a294f 100644
> --- a/recipes/uclibc/uclibc-0.9.30/bfin/uClibc.machine
> +++ b/recipes/uclibc/uclibc-0.9.30/bfin/uClibc.machine
> @@ -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
> diff --git a/recipes/uclibc/uclibc-0.9.30/uClibc.distro b/recipes/uclibc/uclibc-0.9.30/uClibc.distro
> index b072b2f..d8eed91 100644
> --- a/recipes/uclibc/uclibc-0.9.30/uClibc.distro
> +++ b/recipes/uclibc/uclibc-0.9.30/uClibc.distro
> @@ -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
> diff --git a/recipes/uclibc/uclibc-nptl/uClibc.distro b/recipes/uclibc/uclibc-nptl/uClibc.distro
> index 8537080..e52db5c 100644
> --- a/recipes/uclibc/uclibc-nptl/uClibc.distro
> +++ b/recipes/uclibc/uclibc-nptl/uClibc.distro
> @@ -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
> diff --git a/recipes/uclibc/uclibc-svn/uClibc.distro b/recipes/uclibc/uclibc-svn/uClibc.distro
> index 2b1406c..2f5e073 100644
> --- a/recipes/uclibc/uclibc-svn/uClibc.distro
> +++ b/recipes/uclibc/uclibc-svn/uClibc.distro
> @@ -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
> diff --git a/recipes/uclibc/uclibc_0.9.27.bb b/recipes/uclibc/uclibc_0.9.27.bb
> index 1357e58..56575da 100644
> --- a/recipes/uclibc/uclibc_0.9.27.bb
> +++ b/recipes/uclibc/uclibc_0.9.27.bb
> @@ -1,5 +1,5 @@
> DEFAULT_PREFERENCE = "1"
> -PR = "r12"
> +PR = "r13"
>
> require uclibc.inc
>
> diff --git a/recipes/uclibc/uclibc_0.9.28.bb b/recipes/uclibc/uclibc_0.9.28.bb
> index 1b0f2e0..adf7a74 100644
> --- a/recipes/uclibc/uclibc_0.9.28.bb
> +++ b/recipes/uclibc/uclibc_0.9.28.bb
> @@ -1,5 +1,5 @@
> DEFAULT_PREFERENCE = "1"
> -PR = "r17"
> +PR = "r18"
>
> require uclibc.inc
>
> diff --git a/recipes/uclibc/uclibc_0.9.29.bb b/recipes/uclibc/uclibc_0.9.29.bb
> index aba1830..f6bc689 100644
> --- a/recipes/uclibc/uclibc_0.9.29.bb
> +++ b/recipes/uclibc/uclibc_0.9.29.bb
> @@ -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
>
> diff --git a/recipes/uclibc/uclibc_0.9.30.1.bb b/recipes/uclibc/uclibc_0.9.30.1.bb
> index d159ab3..ab6dcb9 100644
> --- a/recipes/uclibc/uclibc_0.9.30.1.bb
> +++ b/recipes/uclibc/uclibc_0.9.30.1.bb
> @@ -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
> diff --git a/recipes/uclibc/uclibc_0.9.30.bb b/recipes/uclibc/uclibc_0.9.30.bb
> index bbe809f..0a374ce 100644
> --- a/recipes/uclibc/uclibc_0.9.30.bb
> +++ b/recipes/uclibc/uclibc_0.9.30.bb
> @@ -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
> diff --git a/recipes/uclibc/uclibc_svn.bb b/recipes/uclibc/uclibc_svn.bb
> index 654cb6e..127cea7 100644
> --- a/recipes/uclibc/uclibc_svn.bb
> +++ b/recipes/uclibc/uclibc_svn.bb
> @@ -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.
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Enable PTHREADS_DEBUG_SUPPORT on all uClibc builds
2009-04-28 4:09 [PATCH] Enable PTHREADS_DEBUG_SUPPORT on all uClibc builds Tom Rini
2009-04-28 7:10 ` Koen Kooi
@ 2009-04-28 18:03 ` Leon Woestenberg
2009-04-28 18:17 ` Tom Rini
2 siblings, 0 replies; 5+ messages in thread
From: Leon Woestenberg @ 2009-04-28 18:03 UTC (permalink / raw)
To: openembedded-devel
On Tue, Apr 28, 2009 at 6:09 AM, Tom Rini <trini@embeddedalley.com> wrote:
> As has been reported, building uClibc with PTHREADS_DEBUG_SUPPORT=n
Acked-by: Leon Woestenberg <leon@sidebranch.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Enable PTHREADS_DEBUG_SUPPORT on all uClibc builds
2009-04-28 4:09 [PATCH] Enable PTHREADS_DEBUG_SUPPORT on all uClibc builds Tom Rini
2009-04-28 7:10 ` Koen Kooi
2009-04-28 18:03 ` Leon Woestenberg
@ 2009-04-28 18:17 ` Tom Rini
2 siblings, 0 replies; 5+ messages in thread
From: Tom Rini @ 2009-04-28 18:17 UTC (permalink / raw)
To: OpenEmbedded Devel List
On Mon, Apr 27, 2009 at 09:09:59PM -0700, Tom Rini wrote:
> As has been reported, building uClibc with PTHREADS_DEBUG_SUPPORT=n
> means that task-sdk-bare won't install due to missing uclibc-thread-db.
> The following enables it everywhere it was disabled and bumps PRs. This
> should be fine given that we already have separate debug packages and
> the extra files end up in an additional package.
wogline had a bit of a concern on IRC, so some grepping in
0.9.{27,28,29} (I had checked 30 before) shows that really all that
changes is that libpthread is built so that libpthread_db is used for
debugging (and thus some debug stuff, that we would have end up in the
-dbg packages anyhow) ends up in a different file.
--
Tom Rini
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Enable PTHREADS_DEBUG_SUPPORT on all uClibc builds
2009-04-28 7:10 ` Koen Kooi
@ 2009-04-28 20:37 ` Khem Raj
0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2009-04-28 20:37 UTC (permalink / raw)
To: openembedded-devel; +Cc: openembedded-devel
On (28/04/09 09:10), Koen Kooi wrote:
> On 28-04-09 06:09, Tom Rini wrote:
>> As has been reported, building uClibc with PTHREADS_DEBUG_SUPPORT=n
>> means that task-sdk-bare won't install due to missing uclibc-thread-db.
>> The following enables it everywhere it was disabled and bumps PRs. This
>> should be fine given that we already have separate debug packages and
>> the extra files end up in an additional package.
>>
>> Signed-off-by: Tom Rini<trini@embeddedalley.com>
>
> Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
You should also bump PR for uclibc_nptl recipe.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-04-28 20:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-28 4:09 [PATCH] Enable PTHREADS_DEBUG_SUPPORT on all uClibc builds Tom Rini
2009-04-28 7:10 ` Koen Kooi
2009-04-28 20:37 ` Khem Raj
2009-04-28 18:03 ` Leon Woestenberg
2009-04-28 18:17 ` Tom Rini
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.