diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-12-29 17:21:13 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-12-29 17:21:13 -0800 |
commit | 4de0c3d90b4f517ce7762fc6716572f165f344e7 (patch) | |
tree | d6a0712a87b153db38ce92ef9a9678c10e350668 /recipes/uclibc/uclibc_git.bb | |
parent | d7a3a3a09f01e85351df3fd54fb85d121aa3a036 (diff) |
uclibc-nptl: Move SRCREV to latest on nptl branch.
* move the SRCREV of git recipe to tip of 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 af0c650190..14ec9ae5b6 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.30" -SRCREV="b364abfd3f728894120996d5da2565614132708f" +SRCREV="e949d522a31db675889bc87b6023e7edb6b30caa" PV = "${UCLIBC_BASE}+gitr${SRCREV}" DEFAULT_PREFERENCE = "-1" #DEFAULT_PREFERENCE is 0 (empty), releases have a preference of 1 so take |