base.bbclass: Add missing fetchall dummy function
authorRichard Purdie <rpurdie@rpsys.net>
Thu, 16 Nov 2006 16:41:51 +0000 (16:41 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Thu, 16 Nov 2006 16:41:51 +0000 (16:41 +0000)
classes/base.bbclass

index 2033dda..cbf164f 100644 (file)
@@ -384,6 +384,9 @@ python base_do_fetch() {
 
 addtask fetchall after do_fetch
 do_fetchall[recrdeptask] = "do_fetch"
+base_do_fetchall() {
+       :
+}
 
 def oe_unpack_file(file, data, url = None):
        import bb, os