html5-hvac, html5-homescreen, html5-launcher: use explicit GIT hashes 19/27419/2
authorJose Dapena Paz <jdapena@igalia.com>
Mon, 11 Apr 2022 11:39:09 +0000 (13:39 +0200)
committerJose Dapena Paz <jdapena@igalia.com>
Thu, 28 Apr 2022 19:20:13 +0000 (21:20 +0200)
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>
(cherry-picked from commit f84668e811288be4541156a9b162108479898705)

recipes-demo/html5-homescreen/html5-homescreen_git.bb
recipes-demo/html5-hvac/html5-hvac_git.bb
recipes-demo/html5-launcher/html5-launcher_git.bb

index 0fdd02b..6958d7b 100644 (file)
@@ -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"
 
index 16bf739..9cf5709 100644 (file)
@@ -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"
 
index 5c17a4c..ecafd19 100644 (file)
@@ -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"