diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2005-06-15 14:05:22 +0000 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2005-06-15 14:05:22 +0000 |
commit | 7b98e16b246298835d10b9a09c57c0b71ca2e66a (patch) | |
tree | b7643b65b4df65f45a75509bfa40f87be840397e /TODO | |
parent | 5ae01b901dafcca40774b11aad1de779cfb4fc87 (diff) | |
download | bitbake-7b98e16b246298835d10b9a09c57c0b71ca2e66a.zip |
BitBake (minor update):
-Remove data_dict.py as it was not needed for sooo long
-Remove TODOs related to data_dict.py
-Remove data_dict from the MANIFEST
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2,12 +2,10 @@ On popular request by popular people a list of tasks to-do: -Kill insecure usage of os.system either by properly escaping the strings or a faster replacement not involving /bin/sh - -Unpack only the real file and do not use wild-cards (is that the case) -Introduce a -p option to automatically hotshot/profile the run -Cache dependencies separately and invalidate them when any file changed. - -Fix data_dict.py -... |