[oe-commits] org.oe.dev tinderclient.bbclass: Add hacky workaround for bitbake 1.8.x (pending rewrite in 1.9)

rpurdie commit openembedded-commits at lists.openembedded.org
Wed Mar 7 23:05:44 UTC 2007


tinderclient.bbclass: Add hacky workaround for bitbake 1.8.x (pending rewrite in 1.9)

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: a90e7f0a8bf88a1a593b41d41fd4312e158d925e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a90e7f0a8bf88a1a593b41d41fd4312e158d925e
Files:
1
classes/tinderclient.bbclass
Diffs:

#
# mt diff -rbf607f4ecef72d2711a4672fbc9634327d1fffb2 -ra90e7f0a8bf88a1a593b41d41fd4312e158d925e
#
# 
# 
# patch "classes/tinderclient.bbclass"
#  from [6de99a34f0ac29c8451aaae6ab7dafb6f55162f9]
#    to [f4be9deca74ad64f1297520693e6105a87f6984f]
# 
============================================================
--- classes/tinderclient.bbclass	6de99a34f0ac29c8451aaae6ab7dafb6f55162f9
+++ classes/tinderclient.bbclass	f4be9deca74ad64f1297520693e6105a87f6984f
@@ -371,6 +371,10 @@ python tinderclient_eventhandler() {
 python tinderclient_eventhandler() {
     from bb import note, error, data
     from bb.event import NotHandled
+
+    if e.data is None:
+        return NotHandled
+
     do_tinder_report = data.getVar('TINDER_REPORT', e.data, True)
     if do_tinder_report and do_tinder_report == "1":
         tinder_do_tinder_report(e)






More information about the Openembedded-commits mailing list