From 88904b5186f4904b5c11870fc6fdf392c5b5fcee Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 8 Sep 2023 09:01:22 -0700 Subject: 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(+) (limited to 'meta/recipes-core/musl/libc-test_git.bb') diff --git a/meta/recipes-core/musl/libc-test_git.bb b/meta/recipes-core/musl/libc-test_git.bb index d18c967e13..e63abe838d 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 \ " -- cgit 1.2.3-korg