mirror of
https://git.yoctoproject.org/poky-contrib
synced 2025-05-08 15:42:17 +08:00

- Added "pkgconfig-native" for native build to resolve openssl-sys crate dependency on pkg-config. - Disable ninja build which caused regression for bootstrap build. - Add do_install:append() task to remove cargo bin from rust native builds. This resolves the following conflict: ERROR: libstd-rs-1.86.0-r0 do_prepare_recipe_sysroot: The file /usr/bin/cargo is installed by both rust-native and cargo-native, aborting - Update Unicode-3.0 license checksums. - Some patches were causing rebase conflicts after the upgrade. They are temporarily dropped. They will be included again once the rust build issues are resolved. Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com> Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com>
2 lines
54 B
BlitzBasic
2 lines
54 B
BlitzBasic
inherit cross-canadian
|
|
require rust-cross-canadian.inc |