diff options
author | Jose Dapena Paz <jdapena@igalia.com> | 2022-04-11 13:39:09 +0200 |
---|---|---|
committer | Jose Dapena Paz <jdapena@igalia.com> | 2022-04-11 13:40:53 +0200 |
commit | f84668e811288be4541156a9b162108479898705 (patch) | |
tree | aaa32c45cf2aec41816dd05991c08d1017935f5f /recipes-demo/html5-launcher | |
parent | 860796f3d7fa8ac4c91c15bee14aebcbee48d3f4 (diff) |
html5-hvac, html5-homescreen, html5-launcher: use explicit GIT hashes
To allow coordination of landing of features in wam and chromium with
the web application changes, add explicit hashes.
This is required to later land the changes for appinfo.json, as web
applications will need to change at the same time WAM stops parsing
config.xml and starts using appinfo.json.
Bug-AGL: SPEC-4251
Change-Id: Ib1f3af7f9919d467bd7ade2dd6166c4242a8316c
Signed-off-by: Jose Dapena Paz <jdapena@igalia.com>
Diffstat (limited to 'recipes-demo/html5-launcher')
-rw-r--r-- | recipes-demo/html5-launcher/html5-launcher_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/html5-launcher/html5-launcher_git.bb b/recipes-demo/html5-launcher/html5-launcher_git.bb index 5c17a4ce8..ecafd19e9 100644 --- a/recipes-demo/html5-launcher/html5-launcher_git.bb +++ b/recipes-demo/html5-launcher/html5-launcher_git.bb @@ -12,7 +12,7 @@ SRC_URI = " \ git://gerrit.automotivelinux.org/gerrit/apps/html5-launcher;protocol=https;branch=${AGL_BRANCH} \ file://launcher.desktop \ " -SRCREV = "${AGL_APP_REVISION}" +SRCREV = "b37179742fac1053ba621cfa12938ec6536cf1f7" DEPENDS = "nodejs-native" |