summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/musl/libc-test_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-09-08 09:01:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-09 22:14:41 +0100
commita72438e9c413fc77c2f1e616ffc04663c1bcf76d (patch)
treeed8f498ef4417cca7948f3809ee8cd4d1636e5e0 /meta/recipes-core/musl/libc-test_git.bb
parenta09d8afd4850e3878698ad931b9f8513677ccf80 (diff)
downloadpoky-a72438e9c413fc77c2f1e616ffc04663c1bcf76d.tar.gz
libc-test: Depend on musl-staticdev
It builds statically linked tests during ptest run and therefore needs libc.a (From OE-Core rev: 88904b5186f4904b5c11870fc6fdf392c5b5fcee) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/musl/libc-test_git.bb')
-rw-r--r--meta/recipes-core/musl/libc-test_git.bb1
1 files changed, 1 insertions, 0 deletions
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} = " \
34 34
35RDEPENDS:${PN}-ptest = " \ 35RDEPENDS:${PN}-ptest = " \
36 ${PN} \ 36 ${PN} \
37 musl-staticdev \
37 sed \ 38 sed \
38" 39"
39 40