[oe-commits] Bob Foerster : base.bbclass: Get rid of "WARNING: Function do_build doesn' t exist"

git version control git at git.openembedded.org
Fri Apr 22 17:52:28 UTC 2011


Module: openembedded.git
Branch: shr/testing2011.1
Commit: 1554c92f2883b79fb028c8567f4a335f45546aac
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1554c92f2883b79fb028c8567f4a335f45546aac

Author: Bob Foerster <robert at erafx.com>
Date:   Tue Dec 14 07:21:01 2010 +0000

base.bbclass: Get rid of "WARNING: Function do_build doesn't exist"

Signed-off-by: Bob Foerster <robert at erafx.com>
Acked-by: Chris Larson <chris_larson at mentor.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 classes/base.bbclass |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/classes/base.bbclass b/classes/base.bbclass
index ffa9ab4..af4173a 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





More information about the Openembedded-commits mailing list