From: Aakash Solanki Date: Wed, 21 Sep 2022 08:23:48 +0000 (+0200) Subject: Change SRC_URI and SRCREV for flutter-cluster-dashboard X-Git-Tag: 14.91.0~15 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=8bab3bb3dd1d436bff0886b04b1df1261a0ae57c;p=AGL%2Fmeta-agl-demo.git 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 --- 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"