Remove qtcompositor packagegroup that was missed in initial cleanup
commit.
Bug-AGL: SPEC-5152
Change-Id: I889dd42ded600d47a5e76c4723cc458ce5e9145e
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30118
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
+++ /dev/null
-SUMMARY = "The software for AGL Cluster Demo Qtwayland Compositor"
-DESCRIPTION = "A set of packages belong to AGL Cluster Demo Qtwayland Compositor"
-
-LICENSE = "MIT"
-
-inherit packagegroup
-
-PACKAGES = "\
- packagegroup-agl-cluster-demo-qtcompositor \
- "
-
-ALLOW_EMPTY:${PN} = "1"
-
-RDEPENDS:${PN} += "\
- packagegroup-agl-profile-cluster-qtcompositor \
- packagegroup-agl-ttf-fonts \
- packagegroup-agl-networking \
- "
-
-AGL_SERVICE = " \
- "
-
-AGL_APPS = " \
- cluster-gauges-qtcompositor \
- "
-
-RDEPENDS:${PN}:append = " \
- linux-firmware-ralink \
- can-utils \
- ${AGL_SERVICE} \
- ${AGL_APPS} \
-"