Message ID | 20250821064528.754633-5-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [v2,1/9] m4: Fix ptest on musl | expand |
diff --git a/meta/recipes-core/musl/libc-test_git.bb b/meta/recipes-core/musl/libc-test_git.bb index 71a111cfa43..c3b562862ac 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 \
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 Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta/recipes-core/musl/libc-test_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)