* [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
* Re: [PATCH] base.bbclass: Get rid of "WARNING: Function do_build doesn't exist"
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
0 siblings, 1 reply; 3+ messages in thread
From: Chris Larson @ 2010-12-14 2:27 UTC (permalink / raw)
To: openembedded-devel
On Mon, Dec 13, 2010 at 4:21 PM, Bob Foerster <robert@erafx.com> wrote:
> Signed-off-by: Bob Foerster <robert@erafx.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
--
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] base.bbclass: Get rid of "WARNING: Function do_build doesn't exist"
2010-12-14 2:27 ` Chris Larson
@ 2010-12-15 14:28 ` Richard Purdie
0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2010-12-15 14:28 UTC (permalink / raw)
To: openembedded-devel
On Mon, 2010-12-13 at 19:27 -0700, Chris Larson wrote:
> On Mon, Dec 13, 2010 at 4:21 PM, Bob Foerster <robert@erafx.com> wrote:
> > Signed-off-by: Bob Foerster <robert@erafx.com>
>
> Acked-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Cheers,
Richard
^ permalink raw reply [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.