diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-06-02 14:41:01 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-06-02 14:41:01 -0400 |
commit | 12dc3f56be16a7c30490ef34906ed3e953e8cf4a (patch) | |
tree | e0ad6c9e05b2a65f3d7730ed7f6af632b86c7ed9 | |
parent | ecaac08f3b1dbfe7fdef7ecbd8f66099d515c07d (diff) |
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 <scott.murray@konsulko.com>
Change-Id: I7d89a560c516ed6e2c7621a81cd0113c533a411b
-rw-r--r-- | meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium-browser-service.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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" |