blob: 2b708603b4d09b503d878a9ff0a6e57c5df6df81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
SUMMARY = "The middleware for AGL IVI profile"
DESCRIPTION = "The set of packages required for AGL IVI Distribution"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-agl-profile-graphical \
profile-graphical \
"
ALLOW_EMPTY:${PN} = "1"
RDEPENDS:${PN} += "\
packagegroup-agl-image-minimal \
packagegroup-agl-graphical-weston \
packagegroup-agl-graphical-multimedia \
"
# FIXME: Removed due to issues building against weston 5.0.0:
# waltham-transmitter
RDEPENDS:profile-graphical = "${PN}"
|