summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-08-11 09:47:31 -0700
committerChris Larson <chris_larson@mentor.com>2010-09-03 18:52:52 -0700
commit60293a42b5500b6139bcd912bf294f862ef9936b (patch)
tree241d029f71c01e47461c5eaceea6a7204da73dd7 /TODO
parent3b2c1fe5ca56daebb24073a9dd45723d3efd2a8d (diff)
downloadbitbake-contrib-60293a42b5500b6139bcd912bf294f862ef9936b.tar.gz
Add pending deprecation warnings to the bb.msg functions
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 26aecf789..e97842753 100644
--- a/TODO
+++ b/TODO
@@ -20,7 +20,6 @@
- Audit bb.fatal usage - these should all be able to be replaced with
exceptions
-- Add deprecation warnings to the bb.msg functions
- Figure out how to handle the ncurses UI. Should some of our logging
formatting stuff be made common to all of bitbake, or perhaps all UIs via
the UIHelper?