diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-07-15 14:48:27 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-07-15 14:50:19 +0200 |
commit | 1b6b47de29af5fbf35dd016ec395b14acd6b49d9 (patch) | |
tree | 8a947ea0a755c4df7b3bc76db19a019f9d9a33a0 /recipes/uclibc/uclibc_git.bb | |
parent | 8c2154c2265c3010181ae30b2a95f4283b21427d (diff) | |
download | openembedded-1b6b47de29af5fbf35dd016ec395b14acd6b49d9.tar.gz |
uclibc: update git version, fixes ppc32 nptl error
Diffstat (limited to 'recipes/uclibc/uclibc_git.bb')
-rw-r--r-- | recipes/uclibc/uclibc_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/uclibc/uclibc_git.bb b/recipes/uclibc/uclibc_git.bb index 48088b0803..4f87e02d7f 100644 --- a/recipes/uclibc/uclibc_git.bb +++ b/recipes/uclibc/uclibc_git.bb @@ -7,7 +7,7 @@ # on whether the base patches apply to the selected (SRCDATE) svn release. # UCLIBC_BASE ?= "0.9.31" -SRCREV="87c1f3f912593910b978b51d62f549e4dc32e8fb" +SRCREV="b6a444a72e587272cdeca6d7148a9249a037df6f" PR_append = "+gitr${SRCPV}" DEFAULT_PREFERENCE = "-1" #DEFAULT_PREFERENCE is 0 (empty), releases have a preference of 1 so take |