diff options
Diffstat (limited to 'recipes/tasks')
-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 7c75084dd0..4e5ac58ed6 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 = "r8" +PR = "r9" inherit task RDEPENDS_${PN} = "\ - mickeydbus \ - mickeyterm \ + mdbus2 \ + mterm2 \ " |