blob: a5c8b78e3e134c92674949b191baaf43a16a2921 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
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} \
"
|