All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] base.bbclass: Get rid of "WARNING: Function do_build doesn't exist"
@ 2010-12-13 23:21 Bob Foerster
  2010-12-14  2:27 ` Chris Larson
  0 siblings, 1 reply; 3+ messages in thread
From: Bob Foerster @ 2010-12-13 23:21 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Bob Foerster <robert@erafx.com>
---
 classes/base.bbclass |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/classes/base.bbclass b/classes/base.bbclass
index ac0f388..4c27273 100644
--- a/classes/base.bbclass
+++ b/classes/base.bbclass
@@ -287,6 +287,9 @@ base_do_package() {
 addtask build
 do_build = ""
 do_build[func] = "1"
+do_build() {
+       :
+}
 
 def set_multimach_arch(d):
     # 'multimachine' handling
-- 
1.7.0.4




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

end of thread, other threads:[~2010-12-15 14:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-13 23:21 [PATCH] base.bbclass: Get rid of "WARNING: Function do_build doesn't exist" Bob Foerster
2010-12-14  2:27 ` Chris Larson
2010-12-15 14:28   ` Richard Purdie

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.