blob: b92e760aecbe7e425bc11942c72186ff4bb19490 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
SUMMARY = "The middleware for AGL IVI profile"
DESCRIPTION = "The base set of packages required for a AGL IVI Distribution"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-agl-profile-graphical \
profile-graphical \
"
RDEPENDS:${PN} += "\
packagegroup-agl-image-minimal \
packagegroup-agl-graphical-compositor \
"
RDEPENDS:profile-graphical = "${PN}"
|