diff options
author | Jose Dapena Paz <jdapena@igalia.com> | 2022-05-23 13:20:02 +0200 |
---|---|---|
committer | Jose Dapena Paz <jdapena@igalia.com> | 2022-06-10 20:33:21 +0200 |
commit | 0fe2f27d97c9dd0442841e59496666b3ac1a0934 (patch) | |
tree | 0454839f1184733506534d69886ddc73d236c62a /recipes-platform/packagegroups | |
parent | eb0faffd70335e38a51ea153f75b6a2c4ac3e3c5 (diff) |
html5-dashboard: recover HTML5 dashboard demo application.
Add updated html5-dashboard:
* Fixes build with new application framework providing lowcan mock.
* Updates NPM dependencies.
* Updates recipe for kirkstone.
Bug-AGL: SPEC-4248
Change-Id: I5606e194d3009b96050023aae4de2b4736c126aa
Signed-off-by: Jose Dapena Paz <jdapena@igalia.com>
Diffstat (limited to 'recipes-platform/packagegroups')
-rw-r--r-- | recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb index b00883b0a..056faa01d 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb @@ -30,7 +30,7 @@ RDEPENDS:${PN}:append = " \ # TODO(jdapena): replace this with HTML5 apps. AGL_APPS = " \ - dashboard \ + html5-dashboard \ html5-launcher \ html5-homescreen \ html5-hvac \ |