summaryrefslogtreecommitdiffstats
path: root/recipes-demo
diff options
context:
space:
mode:
authorJose Dapena Paz <jdapena@igalia.com>2022-08-31 12:24:55 +0200
committerJose Dapena Paz <jdapena@igalia.com>2022-09-06 17:12:17 +0200
commitd84cb81e0012aded8d7e90f73e94a3eff9353148 (patch)
tree5bdf0ca71d2bb6f2749b242b39b9f297e2b0555b /recipes-demo
parent4bd3bd04c0fdb255b61171482dd436d2ba647f35 (diff)
wam: fix surface type name in application manifest
Renamed appinfo.json field surface_role to be surface_type to be consistent with other parts of the code base. Took the chance to remove types that were not meaningful, and renamed default type (the one used when it is not set) to be default instead of none. Then updated the only applications setting the value to use the new propery. Those are html5-background and html5-homescreen. wam: 8ea41f7..4fbd6e6 4fbd6e6 [op][agl][wayland] Provide only supported AGL shell types html5-background: e91be22..aa7e2a8 aa7e2a8 Rename surface/role in appinfo.json to surface/type. bb4f497 autobuild: Remove autobuild scripts html-homescreen: fc0ffa4..f3cecb6 f3cecb6 Rename surface/role in appinfo.json to surface/type. Bug-AGL: SPEC-4505 Signed-off-by: Jose Dapena Paz <jdapena@igalia.com> Change-Id: I404717dd5d848220bd5f070b98de56df38a78e20
Diffstat (limited to 'recipes-demo')
-rw-r--r--recipes-demo/html5-background/html5-background_git.bb2
-rw-r--r--recipes-demo/html5-homescreen/html5-homescreen_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-demo/html5-background/html5-background_git.bb b/recipes-demo/html5-background/html5-background_git.bb
index 656923a7..4e6bb143 100644
--- a/recipes-demo/html5-background/html5-background_git.bb
+++ b/recipes-demo/html5-background/html5-background_git.bb
@@ -11,7 +11,7 @@ B = "${WORKDIR}/build"
SRC_URI = " \
git://gerrit.automotivelinux.org/gerrit/apps/html5-background;protocol=https;branch=master \
"
-SRCREV = "e91be225127ddea6be3ddae5cb35e88c2f0aafb8"
+SRCREV = "aa7e2a81e91ed076c0bc9ba07db5aee0f34668df"
inherit pythonnative agl-app
diff --git a/recipes-demo/html5-homescreen/html5-homescreen_git.bb b/recipes-demo/html5-homescreen/html5-homescreen_git.bb
index 65de7298..1be9751b 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=master \
file://homescreen.service \
"
-SRCREV = "fc0ffa4c45d3a6ec6ad8cc9b939ef6c9dd2e7eaf"
+SRCREV = "f3cecb6e79d7fcac14535108c06cb5a922159d78"
inherit pythonnative