mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
conf/distro/no-static-libs: Allow static musl for rust
When building rust for musl targets we need the static library from musl, so enable it. (From OE-Core rev: 8d0251ec18ec8d7d66a61cca8adcba5ba246cd92) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -18,6 +18,8 @@ DISABLE_STATIC:pn-nativesdk-openssl = ""
|
||||
DISABLE_STATIC:pn-gcc-runtime = ""
|
||||
# libusb1-native is used to build static dfu-util-native
|
||||
DISABLE_STATIC:pn-libusb1-native = ""
|
||||
# needed by rust
|
||||
DISABLE_STATIC:pn-musl = ""
|
||||
|
||||
EXTRA_OECONF:append = "${DISABLE_STATIC}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user