base.bbclass: remove nostamp for fetch
authorKoen Kooi <koen@openembedded.org>
Tue, 22 Aug 2006 09:31:58 +0000 (09:31 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 22 Aug 2006 09:31:58 +0000 (09:31 +0000)
* this will force a full rebuild, so have some coffee + cookies ready

classes/base.bbclass

index 7e526e1..56a13ff 100644 (file)
@@ -324,7 +324,6 @@ python base_do_mrproper() {
 
 addtask fetch
 do_fetch[dirs] = "${DL_DIR}"
-do_fetch[nostamp] = "1"
 python base_do_fetch() {
        import sys