From: Hemanth Kumar M D <[email protected]> GCC 16 adds libatomic_asneeded.a which is required when statically linking. The libc-test static tests fail on musl without it. Add libatomic-staticdev alongside musl-staticdev for the same reason.
Signed-off-by: Hemanth Kumar M D <[email protected]> --- 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 9d159ea9d2..d9999ec377 100644 --- a/meta/recipes-core/musl/libc-test_git.bb +++ b/meta/recipes-core/musl/libc-test_git.bb @@ -36,6 +36,7 @@ RDEPENDS:${PN} = " \ RDEPENDS:${PN}-ptest = " \ ${PN} \ + libatomic-staticdev \ locale-base-en-us \ musl-staticdev \ sed \ -- 2.49.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#237286): https://lists.openembedded.org/g/openembedded-core/message/237286 Mute This Topic: https://lists.openembedded.org/mt/119387084/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
