From 7e110765a91ac287ab03f309c6f56bf5cb2935f9 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 28 Apr 2009 14:06:08 -0700 Subject: uClibc: Always enable PTHREADS_DEBUG_SUPPORT 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 Acked-by: Khem Raj Acked-by: Leon Woestenberg Signed-off-by: Tom Rini --- recipes/uclibc/uclibc_0.9.30.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/uclibc/uclibc_0.9.30.1.bb') diff --git a/recipes/uclibc/uclibc_0.9.30.1.bb b/recipes/uclibc/uclibc_0.9.30.1.bb index d159ab379c..ab6dcb9cf0 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 -- cgit 1.2.3-korg