From 00cb1f6650477dcf5904388e81a551cd4a2e2f22 Mon Sep 17 00:00:00 2001 From: Joel Winarske Date: Fri, 15 Jul 2022 08:17:15 -0700 Subject: meta-agl-flutter:Application updates -upstream is now pinning ivi-homescreen -fix breaking change. Change --a to --b -adds test apps to images: secure storage, EGL texture, and video_player -adds Igalia homescreen to images -add Pumped Fuel ped recipe to images v2 (jsmoeller): fixup missing require in recipes v3 (jsmoeller): rework duplication in recipes and use BBCLASSEXTEND v4 (jsmoeller): add dependencies to application framework and pipewire v5 (jsmoeller): update agl-image-flutter to use new naming Signed-off-by: Joel Winarske Signed-off-by: Jan-Simon Moeller Change-Id: I924335eb2ceb9ad91944630b43b72a6fe296b98d --- .../flutter-app-igalia-homescreen_git.bb | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta-agl-flutter/recipes-graphics/flutter-apps/flutter-app-igalia-homescreen_git.bb (limited to 'meta-agl-flutter/recipes-graphics/flutter-apps/flutter-app-igalia-homescreen_git.bb') diff --git a/meta-agl-flutter/recipes-graphics/flutter-apps/flutter-app-igalia-homescreen_git.bb b/meta-agl-flutter/recipes-graphics/flutter-apps/flutter-app-igalia-homescreen_git.bb new file mode 100644 index 00000000..9047d603 --- /dev/null +++ b/meta-agl-flutter/recipes-graphics/flutter-apps/flutter-app-igalia-homescreen_git.bb @@ -0,0 +1,24 @@ +SUMMARY = "Igalia Flutter Homescreen" +DESCRIPTION = "A prototype home screen for automotive grade Linux." +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 = "08bf271f7f1f14153a41005718a2090fa8e783f0" + +S = "${WORKDIR}/git" + +PUBSPEC_APPNAME = "flutter_homescreen" +FLUTTER_APPLICATION_INSTALL_PREFIX = "/flutter" + +FLUTTER_BUILD_ARGS = "bundle -v" + +inherit flutter-app + +BBCLASSEXTEND = "flutterrelease flutterprofile flutterdebug" \ No newline at end of file -- cgit 1.2.3-korg