blob: fc30d6a451e6bfd9372f085d28512b9022343a3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
SUMMARY = "The middlewares for AGL IVI profile"
DESCRIPTION = "The set of packages required for AGL Distribution"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-agl-profile-graphical-qt5 \
profile-graphical-qt5 \
"
ALLOW_EMPTY:${PN} = "1"
RDEPENDS:${PN} += "\
packagegroup-agl-profile-graphical \
packagegroup-agl-appfw-native-qt5 \
"
RDEPENDS:${PN} += "\
agl-login-manager \
"
RDEPENDS:profile-graphical-qt5 = "${PN}"
|