diff options
author | Aakash Solanki <tech2aks@gmail.com> | 2022-09-21 10:23:48 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-09-22 10:22:15 +0000 |
commit | 8bab3bb3dd1d436bff0886b04b1df1261a0ae57c (patch) | |
tree | 9c77b03a1a8a547bf465ed871a04d014053af290 /recipes-demo | |
parent | d9043ccc5fac5d0e82871f1a7449feed36048fe0 (diff) |
Change SRC_URI and SRCREV for flutter-cluster-dashboard
- Change SRC_URI to use the app repository on gerrit.
- Change SRCREV to use latest commit of
apps/flutter-instrument-cluster on gerrit
Bug-AGL: SPEC-4508
Change-Id: I7f4cc443beaa1fe8991f6f913da1b59a76321e0b
Signed-off-by: Aakash Solanki <tech2aks@gmail.com>
Diffstat (limited to 'recipes-demo')
-rw-r--r-- | recipes-demo/flutter-cluster-dashboard/flutter-cluster-dashboard_git.bb | 6 |
1 files changed, 3 insertions, 3 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 0c304ac77..aa5343da9 100644 --- a/recipes-demo/flutter-cluster-dashboard/flutter-cluster-dashboard_git.bb +++ b/recipes-demo/flutter-cluster-dashboard/flutter-cluster-dashboard_git.bb @@ -1,14 +1,14 @@ SUMMARY = "Flutter Instrument Cluster " DESCRIPTION = "An instrument cluster app written in dart for the flutter runtime" AUTHOR = "Aakash Solanki" -HOMEPAGE = "https://github.com/aakash-s45/ic" +HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/apps/flutter-instrument-cluster" 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=master \ +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/flutter-instrument-cluster;protocol=https;branch=${AGL_BRANCH} \ file://flutter-cluster-dashboard.service \ file://flutter_cluster_dashboard_on_bg-debug.json \ file://flutter_cluster_dashboard_on_bg-profile.json \ @@ -17,7 +17,7 @@ SRC_URI = "git://github.com/aakash-s45/ic;protocol=https;branch=master \ " PV = "1.0+git${SRCPV}" -SRCREV = "e7099bd763ba5612d0613b9ee43679cb2a9f7610" +SRCREV = "5e0cf02b4e11d67ce8b705479e13e0b9ebbf8ad4" S = "${WORKDIR}/git" |