From 88904b5186f4904b5c11870fc6fdf392c5b5fcee Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 8 Sep 2023 09:01:22 -0700 Subject: [PATCH] libc-test: Depend on musl-staticdev It builds statically linked tests during ptest run and therefore needs libc.a Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-core/musl/libc-test_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/musl/libc-test_git.bb b/meta/recipes-core/musl/libc-test_git.bb index d18c967e138..e63abe838d2 100644 --- a/meta/recipes-core/musl/libc-test_git.bb +++ b/meta/recipes-core/musl/libc-test_git.bb @@ -34,6 +34,7 @@ RDEPENDS:${PN} = " \ RDEPENDS:${PN}-ptest = " \ ${PN} \ + musl-staticdev \ sed \ " -- 2.47.2