chromium-browser-service: switch to AGL hosted repo 11/24611/1
authorScott Murray <scott.murray@konsulko.com>
Tue, 2 Jun 2020 18:41:01 +0000 (14:41 -0400)
committerScott Murray <scott.murray@konsulko.com>
Tue, 2 Jun 2020 18:41:01 +0000 (14:41 -0400)
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 <scott.murray@konsulko.com>
Change-Id: I7d89a560c516ed6e2c7621a81cd0113c533a411b

meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium-browser-service.bb

index 2686c7c..027590b 100644 (file)
@@ -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"