blob: 420b06133b9127a2867e8b445227dfde951c871f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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} += "\
bc \
"
|