diff options
Diffstat (limited to 'recipes/tasks/task-cli-tools-python.bb')
-rw-r--r-- | recipes/tasks/task-cli-tools-python.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/tasks/task-cli-tools-python.bb b/recipes/tasks/task-cli-tools-python.bb new file mode 100644 index 0000000000..7c75084dd0 --- /dev/null +++ b/recipes/tasks/task-cli-tools-python.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "A set of python-based command line tools" +SECTION = "console" +LICENSE = "MIT" +PV = "1.0" +PR = "r8" + +inherit task + +RDEPENDS_${PN} = "\ + mickeydbus \ + mickeyterm \ +" |