meta-agl-distro: poky-agl: add 3g to AGL_DISTRO_FEATURES
[AGL/meta-agl.git] / meta-agl-profile-core / recipes-platform / packagegroups / packagegroup-agl-core-connectivity.bb
1 DESCRIPTION = "The minimal set of packages for Connectivity Subsystem"
2 LICENSE = "MIT"
3
4 inherit packagegroup
5
6 PACKAGES = "\
7     packagegroup-agl-core-connectivity \
8     "
9
10 ALLOW_EMPTY_${PN} = "1"
11
12 RDEPENDS_${PN} += "\
13     bluez5-obex \
14     dhcp-server \
15     ${@bb.utils.contains('VIRTUAL-RUNTIME_net_manager','connman','connman connman-client connman-tests connman-tools connman-ncurses','',d)} \
16     neard \
17     neardal-tools \
18     rtl-sdr \
19     "