summaryrefslogtreecommitdiffstats
path: root/meta-agl-flutter/recipes-graphics/flutter-apps
diff options
context:
space:
mode:
authorJoel Winarske <joel.winarske@gmail.com>2021-11-15 09:32:07 -0800
committerJoel Winarske <joel.winarske@gmail.com>2021-12-09 05:44:17 +0000
commit11def03ba2ed03580729a2077de82e090cf58ca2 (patch)
treeec9f44b21f6467729d1cc581347b7599b43cbdbb /meta-agl-flutter/recipes-graphics/flutter-apps
parentcfd0c5768ad0fb69810f3c067cbd60c116428f05 (diff)
Add meta-agl-flutter layer
- agl-image-flutter baseline agl-compositor based image that includes: ivi-homescreen - Toyota Flutter Embedder flutter gallery - Flutter Demo Application flutter_homescreen - Igalia Demo Application - flutter-app-homescreen - Igalia flutter_homescreen app - ivi-homescreen bbappend to lock SRCREV Bug-AGL: SPEC-3852 Signed-off-by: Joel Winarske <joel.winarske@gmail.com> Change-Id: I58779ab093e9d23a88005e60ef28b9133eca2479
Diffstat (limited to 'meta-agl-flutter/recipes-graphics/flutter-apps')
-rw-r--r--meta-agl-flutter/recipes-graphics/flutter-apps/flutter-app-homescreen_git.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-agl-flutter/recipes-graphics/flutter-apps/flutter-app-homescreen_git.bb b/meta-agl-flutter/recipes-graphics/flutter-apps/flutter-app-homescreen_git.bb
new file mode 100644
index 00000000..1f57cd7e
--- /dev/null
+++ b/meta-agl-flutter/recipes-graphics/flutter-apps/flutter-app-homescreen_git.bb
@@ -0,0 +1,19 @@
+SUMMARY = "Igalia Flutter Homescreen"
+DESCRIPTION = "Flutter Gallery Application"
+AUTHOR = "Igalia"
+HOMEPAGE = "https://github.com/felipeerias/flutter_homescreen"
+BUGTRACKER = "https://github.com/felipeerias/flutter_homescreen/issues"
+SECTION = "graphics"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+
+SRC_URI = "git://github.com/felipeerias/flutter_homescreen.git;protocol=https;branch=main"
+
+SRCREV = "283f915354dcc81410b30534c1eda063d0e78888"
+
+S = "${WORKDIR}/git"
+
+PUBSPEC_APPNAME = "flutter_homescreen"
+
+inherit flutter-app