diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-08 20:41:55 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-08 20:41:55 +0000 |
commit | 720e0b144cabc48c65dc831b61602a10a2da5f90 (patch) | |
tree | 005b5aac27800b94d730580e49d59582938790ad /meta/classes/tinderclient.bbclass | |
parent | fe553f406dda1c495d285c650846c9509f0c7e19 (diff) | |
download | poky-720e0b144cabc48c65dc831b61602a10a2da5f90.tar.gz |
classes: Sync various classes with OE for various bugfixes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2407 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/tinderclient.bbclass')
-rw-r--r-- | meta/classes/tinderclient.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/tinderclient.bbclass b/meta/classes/tinderclient.bbclass index 3f5183cc8f..d1d9f49fac 100644 --- a/meta/classes/tinderclient.bbclass +++ b/meta/classes/tinderclient.bbclass | |||
@@ -371,6 +371,10 @@ addhandler tinderclient_eventhandler | |||
371 | python tinderclient_eventhandler() { | 371 | python tinderclient_eventhandler() { |
372 | from bb import note, error, data | 372 | from bb import note, error, data |
373 | from bb.event import NotHandled | 373 | from bb.event import NotHandled |
374 | |||
375 | if e.data is None: | ||
376 | return NotHandled | ||
377 | |||
374 | do_tinder_report = data.getVar('TINDER_REPORT', e.data, True) | 378 | do_tinder_report = data.getVar('TINDER_REPORT', e.data, True) |
375 | if do_tinder_report and do_tinder_report == "1": | 379 | if do_tinder_report and do_tinder_report == "1": |
376 | tinder_do_tinder_report(e) | 380 | tinder_do_tinder_report(e) |