summaryrefslogtreecommitdiffstats
path: root/recipes-demo/html5-hvac
diff options
context:
space:
mode:
authorJose Dapena Paz <jdapena@igalia.com>2022-04-18 16:40:45 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-05-13 12:08:08 +0000
commitf3e2bfbfb64222d1d80ac12f3e615ef5e392a842 (patch)
tree17ab1c0aa1395fec6012da58469f78f231ab8b80 /recipes-demo/html5-hvac
parenta8a530182a580540dc3c6c1f54933e0b53a13e03 (diff)
wam, chromium, html5-*: improve initial frame, and drop usage of config.xml
Move to use appinfo.json, new CLI interface, and fix flickering partially. chromium87: be0370b198..c9a66f75a7 c9a66f75a7 fixup! [op][n_upsable][splash][fmp] New splash and FMP implementation d7953f5e17 Revert "[op][agl][splash] Show immediately apps" wam: 8dd3f17..f4c2e95 f4c2e95 fixup! agl/web_app_manager_service_agl: Fix minor typo c072a91 agl/web_app_manager_service_agl: Fix minor typo 761961c web_runtime_agl, web_app_manager_service_agl: Add WebOS appinfo.json support 1ac280e web_runtime_agl: Pass arguments rather than env variables 6e0477f web_runtime_agl: remove setupsurface, nobody is using it 0d83a34 web_runtime_agl: Remove CYNOGARA auth token 4159489 fixup! [op][agl][wayland] Properly adapt dimensions for web apps using panel html5-homescreen: 21bd1dc..7d89048 7d89048 Launch background after launcher. 5c9e060 Use appinfo.json instead of config.xml * Change branch to master html5-launcher: b371797..cb6b66c cb6b66c Use appinfo.json instead of config.xml * Change branch to master html5-background: 16db46b..7b79640 7b79640 Use appinfo.json instead of config.xml 160a4f9 Add .gitreview file * Use AGL gerrit and change branch to master html5-hvac: 45641bf..e64d69b e64d69b Use appinfo.json instead of config.xml * Change branch to master Bug-AGL: SPEC-3982, SPEC-4251, SPEC-4301, SPEC-4312, SPEC-4315 Change-Id: Ibd2bc428910e6e39c52e14b8e969fdea77000a84 Signed-off-by: Jose Dapena Paz <jdapena@igalia.com>
Diffstat (limited to 'recipes-demo/html5-hvac')
-rw-r--r--recipes-demo/html5-hvac/files/webapps-hvac.desktop2
-rw-r--r--recipes-demo/html5-hvac/html5-hvac_git.bb4
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-demo/html5-hvac/files/webapps-hvac.desktop b/recipes-demo/html5-hvac/files/webapps-hvac.desktop
index 88b13938..3e7f0dc8 100644
--- a/recipes-demo/html5-hvac/files/webapps-hvac.desktop
+++ b/recipes-demo/html5-hvac/files/webapps-hvac.desktop
@@ -3,7 +3,7 @@ Version=1.0
Name=HTML5 HVAC
Comment=HVAC
GenericName=HVAC
-Exec=env AFM_ID=webapps-hvac AFM_APP_INSTALL_DIR=/usr/lib/wam_apps/html5-hvac/ /usr/bin/WebAppMgr
+Exec=/usr/bin/WebAppMgr --appid=webapps-hvac --app-install-dir=/usr/lib/wam_apps/html5-hvac/
Icon=settings
Terminal=false
Type=Application
diff --git a/recipes-demo/html5-hvac/html5-hvac_git.bb b/recipes-demo/html5-hvac/html5-hvac_git.bb
index 9cf57097..f0106dba 100644
--- a/recipes-demo/html5-hvac/html5-hvac_git.bb
+++ b/recipes-demo/html5-hvac/html5-hvac_git.bb
@@ -9,10 +9,10 @@ S = "${WORKDIR}/git"
B = "${WORKDIR}/build"
SRC_URI = " \
- git://gerrit.automotivelinux.org/gerrit/apps/html5-hvac;protocol=https;branch=${AGL_BRANCH} \
+ git://gerrit.automotivelinux.org/gerrit/apps/html5-hvac;protocol=https;branch=master \
file://webapps-hvac.desktop \
"
-SRCREV = "45641bf053eade93cd3590b2286377869bb799cf"
+SRCREV = "e64d69bdad0bb302900ec631b54ad6b6d6dcbacd"
DEPENDS = "nodejs-native"