diff options
author | Jose Dapena Paz <jdapena@igalia.com> | 2022-08-31 12:24:55 +0200 |
---|---|---|
committer | Jose Dapena Paz <jdapena@igalia.com> | 2022-09-06 17:12:17 +0200 |
commit | d84cb81e0012aded8d7e90f73e94a3eff9353148 (patch) | |
tree | 5bdf0ca71d2bb6f2749b242b39b9f297e2b0555b | |
parent | 4bd3bd04c0fdb255b61171482dd436d2ba647f35 (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
-rw-r--r-- | recipes-demo/html5-background/html5-background_git.bb | 2 | ||||
-rw-r--r-- | recipes-demo/html5-homescreen/html5-homescreen_git.bb | 2 | ||||
-rw-r--r-- | recipes-wam/wam/wam_git.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-demo/html5-background/html5-background_git.bb b/recipes-demo/html5-background/html5-background_git.bb index 656923a77..4e6bb1438 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 65de72985..1be9751b9 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 diff --git a/recipes-wam/wam/wam_git.bb b/recipes-wam/wam/wam_git.bb index f1bb666c0..4b640d5d2 100644 --- a/recipes-wam/wam/wam_git.bb +++ b/recipes-wam/wam/wam_git.bb @@ -30,7 +30,7 @@ SRC_URI = "\ file://WebAppMgr.env \ " S = "${WORKDIR}/git" -SRCREV = "8ea41f7b59b52ef005f6f932e3335bfd137aa5fa" +SRCREV = "4fbd6e648913bcf0fba63e4460eb44242c11f71b" PV = "ose58.agl" |