From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] rm_work: keep do_fetch, do_write_srcrev stamps
Date: Wed, 3 Apr 2013 18:35:40 +0200 [thread overview]
Message-ID: <1365006940-3863-1-git-send-email-Martin.Jansa@gmail.com> (raw)
* 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
next reply other threads:[~2013-04-03 16:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-03 16:35 Martin Jansa [this message]
2013-04-04 12:31 ` [PATCH] rm_work: keep do_fetch, do_write_srcrev stamps Richard Purdie
2013-04-04 15:54 ` Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1365006940-3863-1-git-send-email-Martin.Jansa@gmail.com \
--to=martin.jansa@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.