summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/cooker.py')
-rw-r--r--bitbake/lib/bb/cooker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index 2f2a8523af..aeb3f71e2f 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -142,7 +142,7 @@ class BBCooker:
142 # read notified events and enqeue them 142 # read notified events and enqeue them
143 n.read_events() 143 n.read_events()
144 n.process_events() 144 n.process_events()
145 return True 145 return 1.0
146 146
147 self.configuration.server_register_idlecallback(_process_inotify_updates, [self.confignotifier, self.notifier]) 147 self.configuration.server_register_idlecallback(_process_inotify_updates, [self.confignotifier, self.notifier])
148 148