From fa6f6b182c41730eaea688e4f1e000e6bf109bb1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 20 Aug 2025 23:45:22 -0700 Subject: [PATCH] libc-test: Upgrade to tip of trunk Brings following changes functional: add mntent test fix malloc-brk-fail math: add fma(x,y,z) test cases for z=0 and x*y rounds to -0 (From OE-Core rev: 393ecfe64065aafdcc6c37d8374c9a3ece748d7a) Signed-off-by: Khem Raj Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-core/musl/libc-test_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/musl/libc-test_git.bb b/meta/recipes-core/musl/libc-test_git.bb index 71a111cfa4..c3b562862a 100644 --- a/meta/recipes-core/musl/libc-test_git.bb +++ b/meta/recipes-core/musl/libc-test_git.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=43ed1245085be90dc934288117d55a3b" inherit ptest -SRCREV = "18e28496adee3d84fefdda6efcb9c5b8996a2398" +SRCREV = "f2bac7711bec93467b73bec1465579ea0b8d5071" SRC_URI = " \ git://repo.or.cz/libc-test;branch=master;protocol=https \ file://run-ptest \