[oe-commits] Martin Jansa : task-cli-tools-python: use older python based cli tools as task name suggests

git version control git at git.openembedded.org
Sat Feb 13 12:43:06 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: aa4d1e2155a42353dd4319c4b0e6d6f74062dba3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=aa4d1e2155a42353dd4319c4b0e6d6f74062dba3

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Feb 13 13:39:06 2010 +0100

task-cli-tools-python: use older python based cli tools as task name suggests

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 4e5ac58..7945b03 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 \
 "





More information about the Openembedded-commits mailing list