From: Richard Purdie Date: Mon, 18 Sep 2006 20:22:47 +0000 (+0000) Subject: base.bbclass: Remove do_fetch[nostamp] so we don't run the fetch tasks everytime... X-Git-Tag: 2011-1~12683 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1f0424a2d3f1277a989d37c18d2630f9e03d8599;p=openembedded-core.git base.bbclass: Remove do_fetch[nostamp] so we don't run the fetch tasks everytime we build an image. WARNING: This will cause all do_fetch's to rerun which will in turn trigger a complete rebuild of everything. To avoid, use http://www.rpsys.net/openzaurus/temp/make_fetch_stamps git-svn-id: https://svn.o-hand.com/repos/poky/trunk@726 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 8afd8e3cdb..6faeb979c5 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass @@ -350,7 +350,6 @@ python base_do_mrproper() { addtask fetch do_fetch[dirs] = "${DL_DIR}" -do_fetch[nostamp] = "1" python base_do_fetch() { import sys