diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-05-20 00:38:47 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-05-20 00:43:04 -0700 |
commit | 89019eab67a194843cfd2eebb82572151d7f0236 (patch) | |
tree | 1e23e71da5f2cff873ba48496ce1d46ffec1e931 /recipes/uclibc/uclibc_git.bb | |
parent | 81a3db27c33d87401b33362c58f26ad69e2d7b4e (diff) |
uclibc-git: Update machine config for SH3 and SH4
* Bump the SRCREV to latest on git master
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/uclibc/uclibc_git.bb b/recipes/uclibc/uclibc_git.bb index 7fb7949eb5..489afd0006 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="7350a372e22e5813f1417e388e8651b05174a664" +SRCREV="e029f5e73de2c195d0a87e5816f28fb09594e80f" PV = "${UCLIBC_BASE}+gitr${SRCREV}" DEFAULT_PREFERENCE = "-1" #DEFAULT_PREFERENCE is 0 (empty), releases have a preference of 1 so take |