From 1f0424a2d3f1277a989d37c18d2630f9e03d8599 Mon Sep 17 00:00:00 2001
From: Richard Purdie <richard@openedhand.com>
Date: Mon, 18 Sep 2006 20:22:47 +0000
Subject: 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
---
 meta/classes/base.bbclass | 1 -
 1 file changed, 1 deletion(-)

(limited to 'meta')

diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 8afd8e3cd..6faeb979c 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
 
-- 
cgit v1.2.3