blob: ca4cf157140fb66f47e4de2a94060d045ec1d2ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SUMMARY = "The software for DEMO platform of AGL IVI profile"
DESCRIPTION = "A set of packages belong to AGL Demo Platform includes utilities for testing distribution as Quality Assurance"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-agl-demo-platform-qa \
"
ALLOW_EMPTY:${PN} = "1"
RDEPENDS:${PN} += "\
"
|