diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-02-10 17:43:31 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-11 12:27:44 +0000 |
commit | 4ac4d28d2626f00efc3e93c7a788325f4767f833 (patch) | |
tree | f7d3b0d19518d0d493b4d4f46a5147ddc043dd87 /meta/recipes-core/uclibc | |
parent | 70bfd4c29165e2797c7a1ae977a083e542b01ee6 (diff) | |
download | poky-4ac4d28d2626f00efc3e93c7a788325f4767f833.tar.gz |
uclibc-ng: Bump up to 1.0.12 release
Here are changes between 1.0.11 and 1.0.12
release 1.0.12 - Chimay Brune
Leonid Lisovskiy (5):
libdl: dlopen() mustn't forget RTLD_NODELETE flag
tests: Extend OMIT LDFLAGS logic to test binaries too
Provide __adjtimex() alias, like glibc.
ldso: Fix fail of $ORIGIN expansion in case of RTLD_NOLOAD
ldso: Use single rtld_flags interpretation through all the calls
Waldemar Brodkorb (11):
Suppress warning "_GNU_SOURCE" redefined
hppa: unbreak toolchain building
test: disable tests requiring math headers
nios2: allow to build toolchain
add exp10() from glibc
Do not follow compressed items forever.
Make sure to always terminate decoded string
add $ORIGIN test-case
mips64: fix memcpy, patch from glibc
mips: fix clashing symbols
bump version for release
(From OE-Core rev: 63e08c105a79b8a4c0d3583ec25f69cb7041ab7d)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/uclibc')
-rw-r--r-- | meta/recipes-core/uclibc/uclibc-git.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/uclibc/uclibc-git.inc b/meta/recipes-core/uclibc/uclibc-git.inc index 490dfcb96c..0509a6c277 100644 --- a/meta/recipes-core/uclibc/uclibc-git.inc +++ b/meta/recipes-core/uclibc/uclibc-git.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | SRCREV = "94493929f674f4410c2743fa3dd82fd37b70c58f" | 1 | SRCREV = "003b266cbeb370a8eae91dc256197f00798c6f93" |
2 | 2 | ||
3 | PV = "1.0.11+git${SRCPV}" | 3 | PV = "1.0.12+git${SRCPV}" |
4 | 4 | ||
5 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/uclibc-git:" | 5 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/uclibc-git:" |
6 | 6 | ||