aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/tasks/task-opie-connman.bb
blob: e46dc7468f1367a04574ff3727cdbac2cb05a4f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Tasks for Opie ConnMan settings"
LICENSE = "MIT"

PR = "r0"

inherit task

LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"

RDEPENDS_${PN} = "opie-connmansettings opie-connmanapplet"

RRECOMMENDS_${PN} = "connman-plugin-ethernet \
                     ${@base_contains('DISTRO_FEATURES', 'wifi', 'connman-plugin-wifi', '',d)} \
                     ${@base_contains('DISTRO_FEATURES', 'bluetooth', 'connman-plugin-bluetooth', '',d)} \
                     "