diff mbox series

libc-test: Depend on musl-staticdev

Message ID 20230908160122.2188276-1-raj.khem@gmail.com
State Accepted, archived
Commit 88904b5186f4904b5c11870fc6fdf392c5b5fcee
Headers show
Series libc-test: Depend on musl-staticdev | expand

Commit Message

Khem Raj Sept. 8, 2023, 4:01 p.m. UTC
It builds statically linked tests during ptest run and therefore needs
libc.a

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-core/musl/libc-test_git.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 \
 "