diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-05-20 07:03:30 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-22 16:09:21 +0100 |
commit | 6993e88cccbfe2f990e4ea9bd7cc186d59e5a84b (patch) | |
tree | c188ee8e6e42d669f637098be234dd2a550541f9 /meta/recipes-core/musl | |
parent | 6c18103e43fd593724f4317a1453a72b0feb6989 (diff) | |
download | openembedded-core-contrib-6993e88cccbfe2f990e4ea9bd7cc186d59e5a84b.tar.gz |
musl: Update to latest tip
Bobby Bingham (3):
x32: remove arch-specific syscall remapping
x32: eliminate __X32_SYSCALL_BIT constant
deduplicate __NR_* and SYS_* syscall number definitions
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/musl')
-rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index dd525b0a3c1..b1abf4f7741 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb @@ -3,7 +3,7 @@ require musl.inc -SRCREV = "49631b7b6c8b8c055aae5b6948930c219b95fdef" +SRCREV = "63e3a1661f1fa5552e2023683617ce09fac3248b" PV = "1.1.14+git${SRCPV}" |