summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/base.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 1547ed0305..f540b58fbb 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -438,6 +438,9 @@ base_do_package() {
438addtask build after do_populate_sysroot 438addtask build after do_populate_sysroot
439do_build = "" 439do_build = ""
440do_build[func] = "1" 440do_build[func] = "1"
441do_build () {
442 :
443}
441 444
442python () { 445python () {
443 import exceptions, string 446 import exceptions, string