blob: 739f859b9cb23f4ae9adb2cd51a89400cb0448e1 (
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} += "\
"
|