task-cli-tools-python: use older python based cli tools as task name suggests
authorMartin Jansa <Martin.Jansa@gmail.com>
Sat, 13 Feb 2010 12:39:06 +0000 (13:39 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Sat, 13 Feb 2010 12:41:14 +0000 (13:41 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/tasks/task-cli-tools-python.bb

index 4e5ac58..7945b03 100644 (file)
@@ -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 \
 "