meta-agl-flutter: fix flutter-gallery build 95/28995/1
authorScott Murray <scott.murray@konsulko.com>
Wed, 7 Jun 2023 15:05:56 +0000 (11:05 -0400)
committerScott Murray <scott.murray@konsulko.com>
Wed, 7 Jun 2023 15:05:56 +0000 (11:05 -0400)
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>
meta-agl-flutter/conf/include/agl-flutter.inc

index d0d36e6..a3e166a 100644 (file)
@@ -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"