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:11:14 +0100 |
commit | b414b50c76c7d0c3d211cd46746bef097360a262 (patch) | |
tree | c97772dd2c0d4162f85f7601af845e5a61609cb7 /meta | |
parent | ff35bfa2420f30cb79995fb4808175b447967c07 (diff) | |
download | poky-b414b50c76c7d0c3d211cd46746bef097360a262.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
(From OE-Core rev: 6993e88cccbfe2f990e4ea9bd7cc186d59e5a84b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 dd525b0a3c..b1abf4f774 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | require musl.inc | 4 | require musl.inc |
5 | 5 | ||
6 | SRCREV = "49631b7b6c8b8c055aae5b6948930c219b95fdef" | 6 | SRCREV = "63e3a1661f1fa5552e2023683617ce09fac3248b" |
7 | 7 | ||
8 | PV = "1.1.14+git${SRCPV}" | 8 | PV = "1.1.14+git${SRCPV}" |
9 | 9 | ||