X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fpackagegroups%2Fpackagegroup-agl-demo-platform-html5.bb;h=cb2c912d601efaf6f5d9556a43aa036aa08e197a;hb=e252feedd4b3025ecdb71e2d3846e6e632b3e844;hp=d0c81c6ad108c8d3b75afb7c36241f1ab6a1c188;hpb=1b72a0f90fa7d1b45eb1017629cc83dcd8971c48;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb index d0c81c6ad..cb2c912d6 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb @@ -8,30 +8,33 @@ inherit packagegroup PROVIDES = "${PACKAGES}" PACKAGES = "\ packagegroup-agl-demo-platform-html5 \ - packagegroup-agl-demo-platform-html5-devel \ " -ALLOW_EMPTY:${PN} = "1" - RDEPENDS:${PN} += "\ packagegroup-agl-image-ivi \ + packagegroup-agl-profile-graphical-html5 \ + packagegroup-agl-demo \ " -RDEPENDS:${PN} += "\ - packagegroup-hmi-framework \ +# TODO(jdapena): replace this with HTML5 apps. +AGL_APPS = " \ + html5-dashboard \ + html5-launcher \ + html5-homescreen \ + html5-hvac \ + html5-mediaplayer \ + html5-mixer \ + html5-settings \ + html5-aquarium \ + html5-youtube \ + html5-jitsi \ + html5-examples \ " - RDEPENDS:${PN}:append = " \ - weston-ini-conf \ + weston-ini-conf-landscape \ ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'unzip' , '', d)} \ - " - -# NOTE: Currently no coverage versions for the application widgets, -# they should be added here when available. -# Also, the navigation and mixer debug widgets are currently -# specified explicitly, as there's no simple way to derive their -# names from the virtual/ RPROVIDES at present. -RDEPENDS:${PN}-devel = " \ - packagegroup-hmi-framework-devel \ + qtquickcontrols2-agl \ + qtquickcontrols2-agl-style \ + ${AGL_APPS} \ "