diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-03-19 15:52:49 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-03-21 11:16:57 +0000 |
commit | 4f42a92e57aaed38a73864826fa4d0b0aca0ee35 (patch) | |
tree | bf6891920fd1f74b80e78a9b27bb22c60591ba3b | |
parent | 6aeca609dd463bebe681457bf1402be2525b310f (diff) |
meta-agl-flutter: mask out libstd-rs bbappendquillback_17.0.2quillback_17.0.1quillback/17.0.2quillback/17.0.117.0.217.0.1
The libstd-rs bbappend in meta-flutter breaks building with newer
versions of Rust, so BBMASK it out for now. Since the change it
makes is to enable debugging Dart/Rust FFI wrappers, and AGL does
not currently use such functionality, this should not change any
behavior.
Bug-AGL: SPEC-5070
Change-Id: I6984303bfc478a7574992f3d927bdaaeb41afa7c
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
(cherry picked from commit 3058f411221cebcd4f97941d8e9a4c7d65a193b1)
-rw-r--r-- | meta-agl-flutter/conf/include/agl-flutter.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-agl-flutter/conf/include/agl-flutter.inc b/meta-agl-flutter/conf/include/agl-flutter.inc index f03adfb2..cf489d02 100644 --- a/meta-agl-flutter/conf/include/agl-flutter.inc +++ b/meta-agl-flutter/conf/include/agl-flutter.inc @@ -1,3 +1,7 @@ AGL_FEATURES += "agl-flutter" FLUTTER_SDK_TAG = "3.13.9" + +# Mask libstd-rs bbappend out since the change it makes does not +# build with newer versions of Rust. +BBMASK += "meta-flutter/recipes-devtools/rust/libstd-rs_%.bbappend" |