diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-04-23 17:32:41 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-04-23 17:32:41 -0700 |
commit | 61706420f3bdefe062a30eb3ad8ec6397bccaaf0 (patch) | |
tree | 4a146575957cc7947e33244ac06f1bc3bab312c1 /recipes/uclibc/uclibc_git.bb | |
parent | 5c923fd35c369bae929fc0e110121abeaffab493 (diff) |
uclibc/nptl: Remove nptl recipes.
* uclibc nptl has been merged into master upstream.
therefore remove the recipes for nptl branch.
* Use nptl as default pthreads for uclibc git recipes.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/uclibc/uclibc_git.bb')
-rw-r--r-- | recipes/uclibc/uclibc_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/uclibc/uclibc_git.bb b/recipes/uclibc/uclibc_git.bb index 4ac1b89082..f1b22ee5e7 100644 --- a/recipes/uclibc/uclibc_git.bb +++ b/recipes/uclibc/uclibc_git.bb @@ -6,8 +6,8 @@ # UCLIBC_BASE can be set in a distro file, but whether this works depends # on whether the base patches apply to the selected (SRCDATE) svn release. # -UCLIBC_BASE ?= "0.9.30" -SRCREV="63859f89f327e48037a4cdba982cd6afa3007da7" +UCLIBC_BASE ?= "0.9.31" +SRCREV="cce1105f017744ad2d6b7b86d8a3160637bebea1" PV = "${UCLIBC_BASE}+gitr${SRCREV}" DEFAULT_PREFERENCE = "-1" #DEFAULT_PREFERENCE is 0 (empty), releases have a preference of 1 so take |