blob: e613d43b0a3b915643a5bb936e9cb54e001fe096 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SUMMARY = "Utilities for testing of AGL"
DESCRIPTION = "A set of common packages required by testing AGL for Quality Assurance"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-ivi-common-test \
"
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} += "\
"
|