aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-06-19 23:30:41 +0000
committerChris Larson <clarson@kergoth.com>2003-06-19 23:30:41 +0000
commit0a758b79f7663370dd197ccdb95b8f599be5278c (patch)
treeca63cb23a304dc9a4a7cb44139df8f63c96fd850 /doc
parent29c3d80c873fff9232a52b04ce7329968bc2f823 (diff)
downloadbitbake-0a758b79f7663370dd197ccdb95b8f599be5278c.tar.gz
Update TODO
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 85d08cdf2..85faa092d 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -24,7 +24,7 @@ TODO:
[ ] Split task execution from function execution
[ ] Add a means to add a task which depends on another task's
execution, but not on said task's successful completion.
- [ ] Fetch shouldnt use stamps at all. Hmm, due to the way
+ [x] Fetch shouldnt use stamps at all. Hmm, due to the way
I implemented override of the check functions, the stamp
checker will believe unpack's stamp is always out of date,
since its dependency item's stamp doesnt exist. Need to fix