summaryrefslogtreecommitdiffstats
path: root/meta-agl-flutter/recipes-graphics/flutter-apps
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2024-06-25 09:51:01 -0400
committerScott Murray <scott.murray@konsulko.com>2024-06-25 09:51:01 -0400
commite9d6c868870b0a5812d0becbce60d20a7d044b8b (patch)
tree6f03f1569957f484a5ba1689e142f4a4f11b75f9 /meta-agl-flutter/recipes-graphics/flutter-apps
parent47592bb48642e66230b09d75b9037c1a93693df1 (diff)
meta-agl-flutter: fix up agl-image-flutter
Changes: - Override SRC_URI in our flutter-gallery bbappend to fix upstream branch name, as it has changed to "main". Bug-AGL: SPEC-5182 Change-Id: I398a0a111c88173a17cb9afd19db10c5a19af82d Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-flutter/recipes-graphics/flutter-apps')
-rw-r--r--meta-agl-flutter/recipes-graphics/flutter-apps/flutter-gallery_aglflutter.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-agl-flutter/recipes-graphics/flutter-apps/flutter-gallery_aglflutter.inc b/meta-agl-flutter/recipes-graphics/flutter-apps/flutter-gallery_aglflutter.inc
index 61bcaa0e..4be748d1 100644
--- a/meta-agl-flutter/recipes-graphics/flutter-apps/flutter-gallery_aglflutter.inc
+++ b/meta-agl-flutter/recipes-graphics/flutter-apps/flutter-gallery_aglflutter.inc
@@ -1,5 +1,9 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/flutter-gallery:"
+# Override SRC_URI to handle branch rename to "main"
+SRC_URI = "git://github.com/flutter/gallery.git;lfs=0;branch=main;protocol=https;destsuffix=git"
+
+# Add our desired systemd unit
SRC_URI += "file://flutter-gallery.service"
inherit systemd