From: Hemanth Kumar M D <[email protected]> clang does not require libatomic-staticdev for the libc-test static tests. Restrict the dependency addition to GCC toolchain using the toolchain-gcc override.
Signed-off-by: Hemanth Kumar M D <[email protected]> --- meta/recipes-core/musl/libc-test_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/musl/libc-test_git.bb b/meta/recipes-core/musl/libc-test_git.bb index d9999ec377..15a2ce42f7 100644 --- a/meta/recipes-core/musl/libc-test_git.bb +++ b/meta/recipes-core/musl/libc-test_git.bb @@ -36,13 +36,14 @@ RDEPENDS:${PN} = " \ RDEPENDS:${PN}-ptest = " \ ${PN} \ - libatomic-staticdev \ locale-base-en-us \ musl-staticdev \ sed \ tzdata \ " +RDEPENDS:${PN}-ptest:append:toolchain-gcc = " libatomic-staticdev" + install_path = "/opt/${PN}" FILES:${PN} += "${install_path}/*" -- 2.49.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#237655): https://lists.openembedded.org/g/openembedded-core/message/237655 Mute This Topic: https://lists.openembedded.org/mt/119511634/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
