summaryrefslogtreecommitdiffstats
path: root/recipes-platform/packagegroups/packagegroup-agl-networking.bb
blob: 74f7757a5e29fdafb44d4fb54ac40459cc1efb35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUMMARY = "The networking for AGL"
DESCRIPTION = "A set of packages for AGL cluster's  networking"

LICENSE = "MIT"

inherit packagegroup

PACKAGES = "\
    packagegroup-agl-networking \
    "

ALLOW_EMPTY:${PN} = "1"


# fonts
RDEPENDS:${PN}:append = " \
    connman \
    connman-client \
    connman-tools \
    iproute2 \
"