base.bbclass: Fix duplicate task execution in fetchall
authorRichard Purdie <rpurdie@rpsys.net>
Thu, 16 Nov 2006 12:04:02 +0000 (12:04 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Thu, 16 Nov 2006 12:04:02 +0000 (12:04 +0000)
classes/base.bbclass

index f3564bf..86a1b3a 100644 (file)
@@ -382,11 +382,8 @@ python base_do_fetch() {
                raise bb.build.FuncFailed("Fetch failed: %s" % value)
 }
 
-addtask fetchall
+addtask fetchall after do_fetch
 do_fetchall[recrdeptask] = "do_fetch"
-python base_do_fetchall() {
-       bb.build.exec_task('do_fetch', d)
-}
 
 def oe_unpack_file(file, data, url = None):
        import bb, os