From d03a6cd8c21d0e119eabaff7e4b9d0f58a50d68c Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Mon, 11 Apr 2022 13:39:09 +0200 Subject: [PATCH] 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 (cherry-picked from commit f84668e811288be4541156a9b162108479898705) --- recipes-demo/html5-homescreen/html5-homescreen_git.bb | 2 +- recipes-demo/html5-hvac/html5-hvac_git.bb | 2 +- recipes-demo/html5-launcher/html5-launcher_git.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-demo/html5-homescreen/html5-homescreen_git.bb b/recipes-demo/html5-homescreen/html5-homescreen_git.bb index 0fdd02be2..6958d7b33 100644 --- a/recipes-demo/html5-homescreen/html5-homescreen_git.bb +++ b/recipes-demo/html5-homescreen/html5-homescreen_git.bb @@ -12,7 +12,7 @@ SRC_URI = " \ git://gerrit.automotivelinux.org/gerrit/apps/html5-homescreen;protocol=https;branch=${AGL_BRANCH} \ file://homescreen.service \ " -SRCREV = "${AGL_APP_REVISION}" +SRCREV = "21bd1dcdffeafa82948b969062f5221f6e8d480c" DEPENDS = "nodejs-native" diff --git a/recipes-demo/html5-hvac/html5-hvac_git.bb b/recipes-demo/html5-hvac/html5-hvac_git.bb index 16bf739c3..9cf570976 100644 --- a/recipes-demo/html5-hvac/html5-hvac_git.bb +++ b/recipes-demo/html5-hvac/html5-hvac_git.bb @@ -12,7 +12,7 @@ SRC_URI = " \ git://gerrit.automotivelinux.org/gerrit/apps/html5-hvac;protocol=https;branch=${AGL_BRANCH} \ file://webapps-hvac.desktop \ " -SRCREV = "${AGL_APP_REVISION}" +SRCREV = "45641bf053eade93cd3590b2286377869bb799cf" DEPENDS = "nodejs-native" 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" -- 2.16.6