diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-06 13:34:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-06 13:34:20 +0200 |
commit | eb6b5faf70771419c226f39f1844152d60a2fba0 (patch) | |
tree | 54d3ce8ed0fa217b59104e8d77e4f2de3ddfcae9 | |
parent | 3c30dd7706aad896f6b7bb9e197fc0a4edb2f56d (diff) |
uClibc-ng: update to 1.0.44
-rw-r--r-- | target/config/Config.in.libc | 6 | ||||
-rw-r--r-- | toolchain/uclibc-ng/Makefile.inc | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 466d4a647..b94d780e0 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -148,8 +148,8 @@ choice prompt "Target C library version" depends on !ADK_TARGET_CHOOSE_ARCH -config ADK_TARGET_LIB_UCLIBC_NG_1_0_43 - bool "1.0.43" +config ADK_TARGET_LIB_UCLIBC_NG_1_0_44 + bool "1.0.44" depends on ADK_TARGET_LIB_UCLIBC_NG config ADK_TARGET_LIB_UCLIBC_NG_GIT @@ -203,7 +203,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.43" if ADK_TARGET_LIB_UCLIBC_NG_1_0_43 + default "1.0.44" if ADK_TARGET_LIB_UCLIBC_NG_1_0_44 default "1.2.4" if ADK_TARGET_LIB_MUSL_1_2_4 default "2.38" if ADK_TARGET_LIB_GLIBC_2_38 default "4.1.0" if ADK_TARGET_LIB_NEWLIB_4_1_0 diff --git a/toolchain/uclibc-ng/Makefile.inc b/toolchain/uclibc-ng/Makefile.inc index 0c9594c11..a1fcdc81d 100644 --- a/toolchain/uclibc-ng/Makefile.inc +++ b/toolchain/uclibc-ng/Makefile.inc @@ -7,10 +7,10 @@ PKG_VERSION:= git PKG_RELEASE:= 1 PKG_SITES:= https://git.uclibc-ng.org/git/uclibc-ng.git endif -ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_43),y) -PKG_VERSION:= 1.0.43 +ifeq ($(ADK_TARGET_LIB_UCLIBC_NG_1_0_44),y) +PKG_VERSION:= 1.0.44 PKG_RELEASE:= 1 -PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.43/ -PKG_HASH:= 8c1f550f14728a9c06ff1fb3e85069f7f10f4d684b03e163f4d9d41727124047 +PKG_SITES:= http://downloads.uclibc-ng.org/releases/1.0.44/ +PKG_HASH:= 7df9d987955827382f1c2400da513456becbb6f868bdfd37737265f1cbeec994 endif DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz |