From: Bob Foerster Date: Tue, 14 Dec 2010 07:21:01 +0000 (+0000) Subject: base.bbclass: Get rid of "WARNING: Function do_build doesn't exist" X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9683d9ac903176d34218915123e02a5eb4d8bb22;p=openembedded.git base.bbclass: Get rid of "WARNING: Function do_build doesn't exist" Signed-off-by: Bob Foerster Acked-by: Chris Larson Signed-off-by: Khem Raj --- diff --git a/classes/base.bbclass b/classes/base.bbclass index ac0f388e9c..4c27273ac3 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