| Message ID | 20241017061823.1108832-1-raj.khem@gmail.com |
|---|---|
| State | Accepted, archived |
| Commit | 81e754f35847d6dc7b346706cd428fdcbc9d7796 |
| Headers | show |
| Series | musl: Update to tip of trunk | expand |
diff --git a/meta/recipes-core/musl/musl.inc b/meta/recipes-core/musl/musl.inc index 9999b4d2d64..13f51bfde3c 100644 --- a/meta/recipes-core/musl/musl.inc +++ b/meta/recipes-core/musl/musl.inc @@ -9,7 +9,7 @@ standards-conformance and safety." HOMEPAGE = "http://www.musl-libc.org/" LICENSE = "MIT" SECTION = "libs" -LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=b03f1cc25363d094011f8f4fd8bcfb68" +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=0c2904cdc34777fb4067732bae145506" INHIBIT_DEFAULT_DEPS = "1" diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index e3a8dff7d5c..2ce16d041dd 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb @@ -4,7 +4,7 @@ require musl.inc inherit linuxloader -SRCREV = "dd1e63c3638d5f9afb857fccf6ce1415ca5f1b8b" +SRCREV = "047a16398b29d2702a41a0d6d15370d54b9d723c" BASEVER = "1.2.5"
- License-Update: One of COPYRIGHT holders name changed [1] - Brings these changes * 047a1639 sys/stat.h: fix typo in statx member name stx_dio_offset_align * 5be920e9 s390x: don't allow br r0 in CRTJMP asm * 2fc56aaa update contributor name in authorship notices * 43664364 fix compile regression in exit on archs without SYS_pause * 6d8000d3 abstract missing SYS_pause syscall with macros * 23ab04a8 statx: add new struct statx fields and corresponding mask macros * 4ca8c267 statx: fix uninitialized attributes/mask in fallback path * 251cbb63 statx: fix ENOSYS emulation not setting stx_rdev_* * 8c43c562 sysconf: fix _SC_MINSIGSTKSZ computation to match kernel interpretation * 300a1f53 sigaltstack: enforce dynamic MINSIGSTKSZ limit * 572a2e2e printf: drastically reduce stack usage without [long] double args * c94a0c16 isatty: don't collapse all non-EBADF errors to ENOTTY * ee18e584 printf core: replace if(0) blocks around switch cases with explicit gotos * 06a96470 iconv: add cp858 * e1b57ede catan: remove no-op reduction mod pi and unused code * ca4e632d remove incorrect comment regarding powl exceptional cases * c851b268 strerror: add error strings for EUCLEAN and ENAVAIL * 9c78557a use hidden visibility for C entry point function _start_c * 882aedf6 fix lost or delayed wakes in sem_post under certain race conditions * b09e3174 m68k: fix POLLWRNORM and POLLWRBAND * 2de6b426 fix missing make dependency for Scrt1.o due to typo * cde213f9 timer_create: replace pthread barrier with semaphores for thread start * 9ee6f104 atexit: fail rather than deadlocking after last handler is called * 8cca79a7 exit: add back lock to make concurrent calls to exit safe * ef7d0ae2 move __utc string object to its own translation unit [1] https://git.musl-libc.org/cgit/musl/commit/?id=2fc56aaa9f660ebd735d1595c3501b792af42eb8 Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta/recipes-core/musl/musl.inc | 2 +- meta/recipes-core/musl/musl_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)