diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-13 13:39:06 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-13 13:41:14 +0100 |
commit | aa4d1e2155a42353dd4319c4b0e6d6f74062dba3 (patch) | |
tree | a29317e3797435eea64f33146c8ac5e747e96a41 /recipes | |
parent | 6dbfe84984831c819cd87c5d09db086fda3e81b7 (diff) |
task-cli-tools-python: use older python based cli tools as task name suggests
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/tasks/task-cli-tools-python.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/tasks/task-cli-tools-python.bb b/recipes/tasks/task-cli-tools-python.bb index 4e5ac58ed6..7945b03a1f 100644 --- a/recipes/tasks/task-cli-tools-python.bb +++ b/recipes/tasks/task-cli-tools-python.bb @@ -2,11 +2,11 @@ DESCRIPTION = "A set of python-based command line tools" SECTION = "console" LICENSE = "MIT" PV = "1.0" -PR = "r9" +PR = "r10" inherit task RDEPENDS_${PN} = "\ - mdbus2 \ - mterm2 \ + mdbus \ + mickeyterm \ " |