task-cli-tools-python, illume-image, fso-image-nox: catch up with upstream renaming
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 12 Feb 2010 22:38:45 +0000 (23:38 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Fri, 12 Feb 2010 22:40:50 +0000 (23:40 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/images/fso-image-nox.bb
recipes/images/illume-image.bb
recipes/tasks/task-cli-tools-python.bb

index d241919..d393cdb 100644 (file)
@@ -57,14 +57,14 @@ PYTHON_NOX_INSTALL = "\
 # This list should be edited -- in particular, s3c24xx-gpio is large
 # and statically linked.  If not needed, we can save some flash on the
 # GTA01 by getting rid of it in the base image.  Other candidates
-# might include nano, mickeydbus, powertop, sysstat, and tcpdump.
+# might include nano, mdbus, powertop, sysstat, and tcpdump.
 
 TOOLS_NOX_INSTALL = "\
   dosfstools \
   htop \
   iptables \
   lsof \
-  mickeydbus \
+  mdbus \
   mtd-utils \
   nano \
   powertop \
index 3ab006a..32776ca 100644 (file)
@@ -77,7 +77,7 @@ DEV_INSTALL = "\
 TOOLS_INSTALL = "\
   dosfstools \
   lsof \
-  mickeydbus \
+  mdbus \
   mtd-utils \
   nano \
   powertop \
index 7c75084..4e5ac58 100644 (file)
@@ -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 \
 "