]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
rust-common.bbclass: move musl-specific linking fix from rust-source.inc
authorAlexander Kanavin <alex.kanavin@gmail.com>
Sun, 25 Jun 2023 21:22:26 +0000 (23:22 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 27 Jun 2023 15:23:34 +0000 (16:23 +0100)
commitd3811228747590ea06e8d68be4785d45ec9c478f
tree888f1c170416427d694766df069c75f8a1608288
parent9f4ff643a028d7f5670d80861f2ce19ca2d90faa
rust-common.bbclass: move musl-specific linking fix from rust-source.inc

This needs to be done for any item that is linked under rustc,
and not just rust itself. Latest python-cryptography exposes the issue.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/rust-common.bbclass
meta/recipes-devtools/rust/rust-source.inc