diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-09-18 20:22:47 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-09-18 20:22:47 +0000 |
| commit | 1f0424a2d3f1277a989d37c18d2630f9e03d8599 (patch) | |
| tree | b73dea96315101b3724fe052c9180805ee516388 | |
| parent | baedc7957ec2aefd4df1bd7c92eed88cb9301e47 (diff) | |
| download | poky-1f0424a2d3f1277a989d37c18d2630f9e03d8599.tar.gz | |
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
| -rw-r--r-- | meta/classes/base.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
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() { | |||
| 350 | 350 | ||
| 351 | addtask fetch | 351 | addtask fetch |
| 352 | do_fetch[dirs] = "${DL_DIR}" | 352 | do_fetch[dirs] = "${DL_DIR}" |
| 353 | do_fetch[nostamp] = "1" | ||
| 354 | python base_do_fetch() { | 353 | python base_do_fetch() { |
| 355 | import sys | 354 | import sys |
| 356 | 355 | ||
