blob: c474b9fc5abee0e5a0df57f072d493ef75575d9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
SUMMARY = "The middlewares for AGL IVI profile"
DESCRIPTION = "A set of common packages required by Graphics Subsystem"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-ivi-common-core-graphics \
"
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} += "\
weston weston-init weston-ini-conf weston-examples \
wayland-ivi-extension \
"
|