diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-04-28 14:06:08 -0700 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-04-28 14:06:08 -0700 |
commit | 7e110765a91ac287ab03f309c6f56bf5cb2935f9 (patch) | |
tree | 2288fbf16150dfbf3e07c9cc7b5bb3c4843a939a /recipes/uclibc/uclibc_nptl.bb | |
parent | 27d8943eab08c801a0886ab51ca8b5b1f4eaa596 (diff) |
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 <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>
Diffstat (limited to 'recipes/uclibc/uclibc_nptl.bb')
-rw-r--r-- | recipes/uclibc/uclibc_nptl.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/uclibc/uclibc_nptl.bb b/recipes/uclibc/uclibc_nptl.bb index 7b3ef1594a..18c88c8055 100644 --- a/recipes/uclibc/uclibc_nptl.bb +++ b/recipes/uclibc/uclibc_nptl.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. |