X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fpackagegroups%2Fpackagegroup-agl-demo-platform-html5.bb;h=c5a9209b606837ae3ef7608032dff3b9fbd7908e;hb=2d90ed672986778ed9826beeb395e688cd628156;hp=acfb9e64d74f23bc696c8166b3535b615da3ecee;hpb=161b988ccac63ce2c92acff0917e2ea811770c28;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 acfb9e64d..c5a9209b6 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb @@ -1,33 +1,43 @@ -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} += "\ - packagegroup-agl-image-ivi \ +RDEPENDS:${PN} += "\ 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-background \ + html5-mixer \ + html5-settings \ + html5-aquarium \ + html5-youtube \ + html5-jitsi \ + html5-examples \ " -RDEPENDS_${PN}_append = " \ - weston-ini-conf-landscape \ +RDEPENDS:${PN}:append = " \ + wam \ + 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 " +