blob: 9d54b33a49a821dc99fa59059ded7a1951f93236 (
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
33
34
35
36
|
SUMMARY = "The middleware for AGL Qt5 based cluster qtcompositor"
DESCRIPTION = "The set of packages required for AGL Qt5 based Cluster Demo Qtcompositor Distribution"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-agl-profile-cluster-qtcompositor \
profile-cluster-qt5 \
"
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} += "\
packagegroup-agl-image-boot \
packagegroup-agl-core-security \
packagegroup-agl-core-connectivity \
"
QT_LITE = " \
qtbase \
qtdeclarative \
qtwayland \
qtgraphicaleffects-qmlplugins \
qtsvg-plugins \
qtwebsockets \
qtwebsockets-qmlplugins \
qtcompositor-conf \
"
RDEPENDS_${PN}_append = " \
${QT_LITE} \
agl-login-manager \
"
RDEPENDS_profile-cluster-qt5 = "${PN}"
|