diff options
Diffstat (limited to 'recipes-opie/tasks')
-rw-r--r-- | recipes-opie/tasks/task-connman.bb | 15 | ||||
-rw-r--r-- | recipes-opie/tasks/task-opie-connman.bb | 16 |
2 files changed, 16 insertions, 15 deletions
diff --git a/recipes-opie/tasks/task-connman.bb b/recipes-opie/tasks/task-connman.bb deleted file mode 100644 index 6c70ba1..0000000 --- a/recipes-opie/tasks/task-connman.bb +++ /dev/null @@ -1,15 +0,0 @@ -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 \ - connman-plugin-ethernet \ - ${@base_contains('DISTRO_FEATURES', 'wifi', 'connman-plugin-wifi', '',d)} \ - ${@base_contains('DISTRO_FEATURES', 'bluetooth', 'connman-plugin-bluetooth', '',d)} \ - " - diff --git a/recipes-opie/tasks/task-opie-connman.bb b/recipes-opie/tasks/task-opie-connman.bb new file mode 100644 index 0000000..e46dc74 --- /dev/null +++ b/recipes-opie/tasks/task-opie-connman.bb @@ -0,0 +1,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)} \ + " + |