mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
cargo: Do not use open64 on musl anymore
The same rust getrandom patch is needed for cargo on target as well as it uses the same crate (From OE-Core rev: 44441c727a5301ab99ab8b4d8b8b1f61f0a810af) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -14,7 +14,10 @@ LIC_FILES_CHKSUM = " \
|
||||
require rust-source.inc
|
||||
require rust-snapshot.inc
|
||||
|
||||
SRC_URI:append:class-target = " file://crossbeam_atomic.patch;patchdir=${RUSTSRC}"
|
||||
SRC_URI:append:class-target = "\
|
||||
file://crossbeam_atomic.patch;patchdir=${RUSTSRC} \
|
||||
file://getrandom-open64.patch;patchdir=${RUSTSRC} \
|
||||
"
|
||||
|
||||
# Used by crossbeam_atomic.patch
|
||||
export TARGET_VENDOR
|
||||
|
||||
Reference in New Issue
Block a user