From 12dc3f56be16a7c30490ef34906ed3e953e8cf4a Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 2 Jun 2020 14:41:01 -0400 Subject: chromium-browser-service: switch to AGL hosted repo The source for the chromium-browser-service widget has been copied to the apps/chromium repository on AGL's Gerrit server, and a change has been uploaded to remove its obsolete submodule usage, so update the SRC_URI and SRCREV to switch over to using it. Bug-AGL: SPEC-2049, SPEC-3300 Signed-off-by: Scott Murray Change-Id: I7d89a560c516ed6e2c7621a81cd0113c533a411b --- .../recipes-wam/chromium/chromium-browser-service.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-agl-profile-graphical-html5') diff --git a/meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium-browser-service.bb b/meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium-browser-service.bb index 2686c7c8..027590b0 100644 --- a/meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium-browser-service.bb +++ b/meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium-browser-service.bb @@ -5,8 +5,8 @@ SECTION = "apps" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" -SRC_URI = "gitsm://github.com/webosose/${PN}.git;branch=halibut;protocol=https" -SRCREV = "7dabb46483ff6a3a4fa5cfe532b91412f185554d" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/chromium;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "${AGL_APP_REVISION}" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" -- cgit 1.2.3-korg