aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-06-26 20:39:00 +0000
committerChris Larson <clarson@kergoth.com>2003-06-26 20:39:00 +0000
commitde126dc612b50f29c0b5553bdddef14e03af8371 (patch)
treedda2d83dbd1f8643b78376ee068c48f13a1b218c /doc
parentecd8ebc77c0d01c6d8f4d1ee357032952bb3cf38 (diff)
downloadbitbake-de126dc612b50f29c0b5553bdddef14e03af8371.tar.gz
Update TODO
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 4c3d72b4b..accb7f6e6 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -31,8 +31,12 @@ TODO:
since its dependency item's stamp doesnt exist. Need to fix
that behavior, then enhance the fetch classes to check for
existance.
- [ ] move set_automatic_vars into either data or parse
- [ ] default flag set for both oe and task metadata
+ [x] move set_automatic_vars into either data or parse
+ [x] default flag set for both oe and task metadata
+ [x] Fix python function implementation, do it the way I did the
+ code for the event handlers. (needed to fix do_fetch)
+ [ ] Implement and test check_md5, taking nostamp into account.
+ [ ] Add clean and mrproper targets to base oeclass.
[.] oemake
[x] Move OEPATH follow into the individual 'handle' functions,