mbox series

[meta-lts-mixins,kirkstone/rust-1.68,RFC,0/4] *** SUBJECT HERE ***

Message ID cover.1683220726.git.scott.murray@konsulko.com
Headers show
Series *** SUBJECT HERE *** | expand

Message

Scott Murray May 4, 2023, 5:31 p.m. UTC
These patches comprise my proposed kirkstone/rust-1.68 branch for the
meta-lts-mixins repo.  The initial check-in backports the Rust 1.68.1
support from mickledore branch as it stands in preparation for 4.2.0,
then I have separately ported the recent Rust-related fixes from master
that I expect to get officially backported, including the bump to Rust
1.68.2.

The README in the initial check-in provides some details on the
backporting of the librsvg recipe versus not doing so for
python3-cryptography.  I did double-check this again, and I do not see
a way to retrofit the librsvg recipe with a bbappend, as the bit to be
changed is in a do_compile:prepend.  The other recipe that I've
discovered with a similar issue is mozjs-91 in meta-openembedded; it
effectively needs a replacement do_compile to pick up the RUST_HOST_SYS
change.  That could possibly be handled with a bbappend in dynamic layer
in this mixin, but I have decided to consider it outside the scope for
now.

Alex Kiernan (1):
  rust: Upgrade 1.68.1 -> 1.68.2

Alexander Kanavin (1):
  meta/recipes: ensure all recipes have a SUMMARY

Khem Raj (1):
  cargo: Fix build on musl/riscv

Scott Murray (1):
  Initial check-in