aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index ddbe098f8..af21fa0d7 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -8,9 +8,9 @@ TODO:
data and parse methods.
[ ] API Sanity Audit.
[ ] Comment/Docs Audit.
- [.] Allow user supply of .oeclasses to be inherited in every file that
+ [x] Allow user supply of .oeclasses to be inherited in every file that
gets parsed via the INHERITS variable.
- [.] Add default items to the beginning of INHERITS within
+ [x] Add default items to the beginning of INHERITS within
the parsers. In this way, we can automatically pull in
base.oeclass for oe files, and build_an_srpm.oeclass for
.src.rpm files.