blob: 9f4e7f4f5086e2b737d4c7b35ecaa8f663c0c67a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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 \
"
RDEPENDS:${PN} += "\
"
RDEPENDS:profile-graphical-qt5 = "${PN}"
|