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:49:51 +0100 |
commit | 1a2f20d22358645488525a0e114d5ebcbc6628f7 (patch) | |
tree | 9019915c8238df520838105dc2650ae2b485ad88 /meta | |
parent | 2dcb935045f9810d9840d0c7159f4ca5df27d524 (diff) | |
download | poky-1a2f20d22358645488525a0e114d5ebcbc6628f7.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
(From OE-Core rev: 80fa01c6ea618ea32ab40d151d8be2347ede30b3)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 55e72ffe1f..33f155fb14 100644 --- a/meta/recipes-core/uclibc/uclibc_git.bb +++ b/meta/recipes-core/uclibc/uclibc_git.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SRCREV="7bad8cf68b6e2434686bd80182f4a5bc22004416" | 1 | SRCREV="e118373cbb58ba5ffa5fb6670957678d5b87cdb9" |
2 | 2 | ||
3 | require uclibc.inc | 3 | require uclibc.inc |
4 | 4 | ||