summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Dapena Paz <jdapena@igalia.com>2022-04-11 13:39:09 +0200
committerJose Dapena Paz <jdapena@igalia.com>2022-04-11 13:40:53 +0200
commitf84668e811288be4541156a9b162108479898705 (patch)
treeaaa32c45cf2aec41816dd05991c08d1017935f5f
parent860796f3d7fa8ac4c91c15bee14aebcbee48d3f4 (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>
-rw-r--r--recipes-demo/html5-homescreen/html5-homescreen_git.bb2
-rw-r--r--recipes-demo/html5-hvac/html5-hvac_git.bb2
-rw-r--r--recipes-demo/html5-launcher/html5-launcher_git.bb2
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 0fdd02be..6958d7b3 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 16bf739c..9cf57097 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 5c17a4ce..ecafd19e 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"