diff options
author | Aakash Solanki <tech2aks@gmail.com> | 2022-09-02 11:55:26 +0200 |
---|---|---|
committer | Aakash Solanki <tech2aks@gmail.com> | 2022-09-03 23:51:44 +0200 |
commit | 33d1ea369edc857634143f057109c252a66583af (patch) | |
tree | 9fb8f8a80606c4838347c4e99fe36c49f134252f /recipes-demo/flutter-cluster-dashboard/flutter-cluster-dashboard_git.bb | |
parent | f8eb43810177a33d2fb414341e31caa0ae75bdfe (diff) |
Change SRCREV for flutter instrument cluster recipe
- Change SRCREV to use latest commit
- Change packagename from `ic` to `flutter_cluster_dashboard`
- Change kuksa_vss_init.py to add signals for navigation
Latest commit of the flutter app includes the new navigation
in the instrument cluster, more indicators and unnecessary
files and folders are also removed.
Bug-AGL: SPEC-4508
Change-Id: I766b410cd66774bfb84eeb0ce9654ed85e8d2af3
Signed-off-by: Aakash Solanki <tech2aks@gmail.com>
Diffstat (limited to 'recipes-demo/flutter-cluster-dashboard/flutter-cluster-dashboard_git.bb')
-rw-r--r-- | recipes-demo/flutter-cluster-dashboard/flutter-cluster-dashboard_git.bb | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/recipes-demo/flutter-cluster-dashboard/flutter-cluster-dashboard_git.bb b/recipes-demo/flutter-cluster-dashboard/flutter-cluster-dashboard_git.bb index 44be070ff..4647f20ba 100644 --- a/recipes-demo/flutter-cluster-dashboard/flutter-cluster-dashboard_git.bb +++ b/recipes-demo/flutter-cluster-dashboard/flutter-cluster-dashboard_git.bb @@ -8,27 +8,27 @@ SECTION = "graphics" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=0c52b0e4b5f0dbf57ea7d44bebb2e29d" -SRC_URI = "git://github.com/aakash-s45/ic;protocol=https;branch=main \ +SRC_URI = "git://github.com/aakash-s45/ic;protocol=https;branch=master \ file://flutter-cluster-dashboard.service \ - file://ic_on_bg-debug.json \ - file://ic_on_bg-profile.json \ - file://ic_on_bg-release.json \ + file://flutter_cluster_dashboard_on_bg-debug.json \ + file://flutter_cluster_dashboard_on_bg-profile.json \ + file://flutter_cluster_dashboard_on_bg-release.json \ " PV = "1.0+git${SRCPV}" -SRCREV = "32f72bb68142a0dbde9ccf28b27c445598c95112" +SRCREV = "798851a33bb614fb1e5473a8046e63cd9b9026f4" S = "${WORKDIR}/git" -PUBSPEC_APPNAME = "ic" +PUBSPEC_APPNAME = "flutter_cluster_dashboard" FLUTTER_APPLICATION_INSTALL_PREFIX = "/flutter" inherit flutter-app -APP_CONFIG = "ic_on_bg-release.json" -APP_CONFIG:class-runtimedebug = "ic_on_bg-debug.json" -APP_CONFIG:class-runtimeprofile = "ic_on_bg-profile.json" +APP_CONFIG = "flutter_cluster_dashboard_on_bg-release.json" +APP_CONFIG:class-runtimedebug = "flutter_cluster_dashboard_on_bg-debug.json" +APP_CONFIG:class-runtimeprofile = "flutter_cluster_dashboard_on_bg-profile.json" do_install:append() { |