X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fpackagegroups%2Fpackagegroup-agl-demo-platform-html5.bb;h=53159ba3a612a638d164635c1380473ad3e23c5b;hb=1f2eba7c64b20ef7753606edbe5afb6078334963;hp=b739039e5e2708e6255b2643eb8fcfee08689001;hpb=37ef25bb36711114fd379e74ab18737e0224c364;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 b739039e5..53159ba3a 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb @@ -1,29 +1,38 @@ -SUMMARY = "The software for DEMO platform of AGL HTML5 profile" -DESCRIPTION = "Packages required to demo the HTML5 profile and sample web apps" +SUMMARY = "The software for DEMO platform of AGL IVI profile" +DESCRIPTION = "A set of packages belong to AGL Demo Platform" LICENSE = "MIT" inherit packagegroup +PROVIDES = "${PACKAGES}" PACKAGES = "\ packagegroup-agl-demo-platform-html5 \ " -ALLOW_EMPTY_${PN} = "1" - -RDEPENDS_${PN} += "\ +RDEPENDS:${PN} += "\ packagegroup-agl-image-ivi \ packagegroup-agl-profile-graphical-html5 \ packagegroup-agl-demo \ " +# TODO(jdapena): replace this with HTML5 apps. AGL_APPS = " \ - html5-homescreen \ + html5-dashboard \ html5-launcher \ + html5-homescreen \ html5-hvac \ + html5-mediaplayer \ + html5-mixer \ html5-settings \ + html5-aquarium \ + html5-youtube \ " -RDEPENDS_${PN}_append = " \ +RDEPENDS:${PN}:append = " \ + weston-ini-conf-landscape \ + ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'unzip' , '', d)} \ + qtquickcontrols2-agl \ + qtquickcontrols2-agl-style \ ${AGL_APPS} \ "