summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/bb/event.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/event.py b/lib/bb/event.py
index c8f2e8beb..82d4a0586 100644
--- a/lib/bb/event.py
+++ b/lib/bb/event.py
@@ -117,7 +117,7 @@ def getName(e):
class PkgBase(Event):
"""Base class for package events"""
- def __init__(self, t, d = {}):
+ def __init__(self, t, d = bb.data.init()):
self._pkg = t
Event.__init__(self, d)