diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-06-07 11:05:56 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2023-06-07 11:05:56 -0400 |
commit | 5643c3d74cf81dc803453aad364b6c8f36603cd4 (patch) | |
tree | 80ca4fb0dbfbb720c90ad6df7bfdea28f437a6d1 | |
parent | 9520aa80bc03afb4f40a00aa3b389bde3ff13ba8 (diff) |
meta-agl-flutter: fix flutter-gallery build
Add a SRCREV override for flutter-gallery to pick up the version
that was used with Flutter 3.3.x in meta-flutter. This matches our
override of FLUTTER_SDK_TAG to use Flutter 3.3.7, and fixes the
build of it and hence agl-image-flutter. The override has been
added in agl-flutter.inc to be visible beside the Flutter version
override so they can be updated/removed at the same time easily.
Bug-AGL: SPEC-4819
Change-Id: I27207baa78a498d9e52c21f0b093a3d3bb671f37
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-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 d0d36e6d..a3e166a8 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.3.7" + +# Override flutter-gallery version to set it to a version that builds +# against 3.3.7. +SRCREV:pn-flutter-gallery = "9eb785cb997ff56c46e933c1c591f0a6f31454f6" |