diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-07-14 08:15:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-23 17:54:34 +0100 |
commit | fc75bea445bb57e1e942b5049ee2b6e5245649ea (patch) | |
tree | 00c5b44d599e8b7d329dfed42d63bd9b2b63e31a | |
parent | 59ef3c315b6da51bf52edd1fb0538a1271ef9eaf (diff) | |
download | poky-fc75bea445bb57e1e942b5049ee2b6e5245649ea.tar.gz |
musl: Fix mips regressions in 1.1.15
Bobby Bingham (2):
remove or1k version of sem.h
remove obsolete gitignore rules
Rich Felker (4):
remove obsolete and unused gethostbyaddr implementation
fix asctime day/month names not to vary by locale
fix regression in tcsetattr on all mips archs
revert unrelated change that slipped into last commit
(From OE-Core rev: bd7b23c63a9beb6118bbdfe1dd1564e2735c0159)
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>
-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 ac321fd232..b2cea7f77d 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 = "faf69b9a73d09fafcbe4fd3007b8d8724293d8e1" | 6 | SRCREV = "39494a273eaa6b714e0fa0c59ce7a1f5fbc80a1e" |
7 | 7 | ||
8 | PV = "1.1.15+git${SRCPV}" | 8 | PV = "1.1.15+git${SRCPV}" |
9 | 9 | ||