diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-06-10 10:58:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-11 13:42:28 +0100 |
commit | 80fa01c6ea618ea32ab40d151d8be2347ede30b3 (patch) | |
tree | bdd16445fe439b97e0f9ef362ff4622951db912e /meta/recipes-core/uclibc | |
parent | 5bb9af52f59b91ff979d06178eeadbf91907bbe1 (diff) | |
download | openembedded-core-contrib-80fa01c6ea618ea32ab40d151d8be2347ede30b3.tar.gz |
uclibc: Move to latest tip of master
This gets the important fix for eventfd syscall
handling which was exposed by glib 2.32 upgrade
without this patch core-image-sato would get stuck
and wont boot all the way through
Same patch is needed for 0.9.33 as well
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-core/uclibc')
-rw-r--r-- | meta/recipes-core/uclibc/uclibc_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/uclibc/uclibc_git.bb b/meta/recipes-core/uclibc/uclibc_git.bb index 55e72ffe1f9..33f155fb14a 100644 --- a/meta/recipes-core/uclibc/uclibc_git.bb +++ b/meta/recipes-core/uclibc/uclibc_git.bb @@ -1,4 +1,4 @@ -SRCREV="7bad8cf68b6e2434686bd80182f4a5bc22004416" +SRCREV="e118373cbb58ba5ffa5fb6670957678d5b87cdb9" require uclibc.inc |