summaryrefslogtreecommitdiffstats
path: root/recipes-platform/packagegroups/packagegroup-agl-profile-cluster-qt5.bb
blob: aeef45daa05fc69d669ff43d4d65e63fd84ab8c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUMMARY = "The middleware for AGL Qt5 based cluster profile"
DESCRIPTION = "The set of packages required for AGL Qt5 based Cluster Distribution"
LICENSE = "MIT"

inherit packagegroup

PACKAGES = "\
    packagegroup-agl-profile-cluster-qt5 \
    profile-cluster-qt5 \
    "

ALLOW_EMPTY:${PN} = "1"

RDEPENDS:${PN} += "\
    packagegroup-agl-image-boot \
    packagegroup-agl-core-security \
    packagegroup-agl-graphical-weston \
    packagegroup-agl-appfw-native-qt5 \
"

RDEPENDS:profile-cluster-qt5 = "${PN}"