diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-06-07 21:59:12 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-06-07 21:59:12 -0700 |
commit | aecc2961cc607392d153933d6367eb04e1fce006 (patch) | |
tree | 5fd0af004ca83b47cdcd21de02184a179b59546e /recipes/uclibc | |
parent | bf1756a16e470a1f0f2195a1d293ab9680af5fac (diff) |
uclibc_git.bb: Bump SRCREV to latest master.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/uclibc')
-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 9b0b498c7c..99ea40e054 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="38f4774eeefdfae24b82efaf61925015d21fe314" +SRCREV="94a99ff6131111381e7f803e10638ab547c40c2f" PV = "${UCLIBC_BASE}+gitr${SRCREV}" DEFAULT_PREFERENCE = "-1" #DEFAULT_PREFERENCE is 0 (empty), releases have a preference of 1 so take |