X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fpackagegroups%2Fpackagegroup-agl-demo-platform-html5.bb;h=1f1984d8457766d40145d9e7dcbeeca1b9e35027;hb=11323fa1ed396e3e16f4df327911bc9c60cc6e01;hp=6ec717bd05cc9ec0d9e07e19d04b12c6fd78964c;hpb=2e014bfbd0757f2e35559543ba78d95cbc88b2c5;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 6ec717bd0..1f1984d84 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb @@ -1,32 +1,44 @@ -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-settings \ - html5-mixer \ html5-mediaplayer \ - html5-dashboard \ + html5-mixer \ + html5-settings \ + html5-aquarium \ + html5-youtube \ + html5-jitsi \ + html5-examples \ " -RDEPENDS_${PN}_append = " \ +RDEPENDS:${PN}:append = " \ + weston-ini-conf-landscape-no-activate \ + ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'unzip' , '', d)} \ + qtquickcontrols2-agl \ + qtquickcontrols2-agl-style \ ${AGL_APPS} \ " + +# nss-agl-driver-db is required to connect to kuksa +RDEPENDS:${PN}:append = " nss-agl-driver-db " +