mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
bitbake: cooker: fix a typo
(Bitbake rev: cf23612f4e8946b9ed4c9f87b451f32b8c471df2) Signed-off-by: Oliver Lang <quantenkeks@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5724847549
commit
f21dff5b89
@@ -250,7 +250,7 @@ class BBCooker:
|
|||||||
def process_inotify_updates(self):
|
def process_inotify_updates(self):
|
||||||
for n in [self.confignotifier, self.notifier]:
|
for n in [self.confignotifier, self.notifier]:
|
||||||
if n and n.check_events(timeout=0):
|
if n and n.check_events(timeout=0):
|
||||||
# read notified events and enqeue them
|
# read notified events and enqueue them
|
||||||
n.read_events()
|
n.read_events()
|
||||||
n.process_events()
|
n.process_events()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user