aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/tasks/task-connman.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-01-03 00:57:03 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-01-03 00:57:03 +0000
commit458c6002e029c5f72355414504c3109f38e34d48 (patch)
tree42a402ff7f2a8c4366fc615fe5b3ec4ffbf09109 /recipes-opie/tasks/task-connman.bb
parenta386abbcdcc1920d7de896d5b1dc29faca230b83 (diff)
downloadmeta-opie-458c6002e029c5f72355414504c3109f38e34d48.tar.gz
Add image and task for ConnMan testing
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-opie/tasks/task-connman.bb')
-rw-r--r--recipes-opie/tasks/task-connman.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-opie/tasks/task-connman.bb b/recipes-opie/tasks/task-connman.bb
new file mode 100644
index 0000000..6c70ba1
--- /dev/null
+++ b/recipes-opie/tasks/task-connman.bb
@@ -0,0 +1,15 @@
+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)} \
+ "
+