aboutsummaryrefslogtreecommitdiffstats
path: root/classes/base.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/base.bbclass')
-rw-r--r--classes/base.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/base.bbclass b/classes/base.bbclass
index a14354de25..308498f462 100644
--- a/classes/base.bbclass
+++ b/classes/base.bbclass
@@ -232,8 +232,7 @@ python base_do_unpack() {
oe_unpack(d, local, urldata)
}
-addhandler base_eventhandler
-python base_eventhandler() {
+python build_summary() {
from bb import note, error, data
from bb.event import getName
@@ -253,6 +252,7 @@ python base_eventhandler() {
if pesteruser:
bb.fatal('The following variable(s) were not set: %s\nPlease set them directly, or choose a MACHINE or DISTRO that sets them.' % ', '.join(pesteruser))
}
+addhandler build_summary
addtask configure after do_unpack do_patch
do_configure[dirs] = "${S} ${B}"