mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
uclibc: update uClibc-ng to latest version 1.0.11
Update to 1.0.11. Contains a lot of bugfixes
and some new features:
* mips{32r6,64r6} enablement
* argp support
* support for very simple /etc/gai.conf
* Xtensa nommu vfork fix
* systemd portability fixes
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
8d8cb15c4e
commit
9bb1eaef9c
@@ -57,7 +57,7 @@ config BR2_USE_UCLIBC_SNAPSHOT
|
||||
config BR2_UCLIBC_VERSION_STRING
|
||||
string
|
||||
default "0.9.33.2" if BR2_UCLIBC_VERSION_0_9_33
|
||||
default "1.0.9" if BR2_UCLIBC_VERSION_NG
|
||||
default "1.0.11" if BR2_UCLIBC_VERSION_NG
|
||||
default BR2_USE_UCLIBC_SNAPSHOT if BR2_UCLIBC_VERSION_SNAPSHOT
|
||||
|
||||
config BR2_UCLIBC_CONFIG
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
sha256 62333167b79afb0b25a843513288c67b59547acf653e8fbe62ee64e71ebd1587 uClibc-0.9.33.2.tar.xz
|
||||
|
||||
# From http://www.uclibc-ng.org/
|
||||
sha256 08be8dd22ac0c3806add88b813129fb3014437eddc9d78fc73eba7f33c4b4a9d uClibc-ng-1.0.9.tar.xz
|
||||
sha256 2fdc6b9015f8049be0eb12a5e3e446de471fb80061115afd8d72ea582cb22b74 uClibc-ng-1.0.11.tar.xz
|
||||
|
||||
# No hash for this git snapshot
|
||||
none xxx uClibc-7bf35c8b7d4a1f97174eb49f47f33946b282114c.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user