summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-01-01 10:42:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-01-01 10:42:37 +0100
commitce91737651283ff7037a915723fd32401b2e42d4 (patch)
tree471117d9697ab5d477a6dc6dc3c40a34e256fb5e
parent36c7ca9b8cc878c58ec85097a1c8a3bb98160674 (diff)
musl: update to 1.1.16
-rw-r--r--target/config/Config.in.libc6
-rw-r--r--toolchain/musl/Makefile.inc6
2 files changed, 6 insertions, 6 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index 8039dd180..a360c48b7 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -143,8 +143,8 @@ config ADK_TARGET_LIB_GLIBC_GIT
bool "git"
depends on ADK_TARGET_LIB_GLIBC
-config ADK_TARGET_LIB_MUSL_1_1_15
- bool "1.1.15"
+config ADK_TARGET_LIB_MUSL_1_1_16
+ bool "1.1.16"
depends on ADK_TARGET_LIB_MUSL
config ADK_TARGET_LIB_MUSL_GIT
@@ -197,7 +197,7 @@ config ADK_TARGET_LIBC
config ADK_LIBC_VERSION
string
default "1.0.21" if ADK_TARGET_LIB_UCLIBC_NG_1_0_21
- default "1.1.15" if ADK_TARGET_LIB_MUSL_1_1_15
+ default "1.1.16" if ADK_TARGET_LIB_MUSL_1_1_16
default "2.23" if ADK_TARGET_LIB_GLIBC_2_23
default "2.4.0" if ADK_TARGET_LIB_NEWLIB_2_4_0
default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \
diff --git a/toolchain/musl/Makefile.inc b/toolchain/musl/Makefile.inc
index e120f5a4e..0de965ce8 100644
--- a/toolchain/musl/Makefile.inc
+++ b/toolchain/musl/Makefile.inc
@@ -8,10 +8,10 @@ PKG_RELEASE:= 1
PKG_SITES:= git://git.musl-libc.org/musl
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif
-ifeq ($(ADK_TARGET_LIB_MUSL_1_1_15),y)
-PKG_VERSION:= 1.1.15
+ifeq ($(ADK_TARGET_LIB_MUSL_1_1_16),y)
+PKG_VERSION:= 1.1.16
PKG_RELEASE:= 1
-PKG_HASH:= 97e447c7ee2a7f613186ec54a93054fe15469fe34d7d323080f7ef38f5ecb0fa
+PKG_HASH:= 937185a5e5d721050306cf106507a006c3f1f86d86cd550024ea7be909071011
PKG_SITES:= http://www.musl-libc.org/releases/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif