Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] rm_work: keep do_fetch, do_write_srcrev stamps
@ 2013-04-03 16:35 Martin Jansa
  2013-04-04 12:31 ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2013-04-03 16:35 UTC (permalink / raw)
  To: openembedded-core

* otherwise do_fetch/do_write_srcrev/do_rmwork is reexecuted for each recipe included in image
  on every build

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/classes/rm_work.bbclass | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass
index 1642af7..2d0eb1b 100644
--- a/meta/classes/rm_work.bbclass
+++ b/meta/classes/rm_work.bbclass
@@ -60,6 +60,14 @@ do_rm_work () {
                 i=dummy
                 break
                 ;;
+            *do_fetch*)
+                i=dummy
+                break
+                ;;
+            *do_write_srcrev*)
+                i=dummy
+                break
+                ;;
             *do_build*)
                 i=dummy
                 break
-- 
1.8.1.5




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-04-04 16:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-03 16:35 [PATCH] rm_work: keep do_fetch, do_write_srcrev stamps Martin Jansa
2013-04-04 12:31 ` Richard Purdie
2013-04-04 15:54   ` Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox