aboutsummaryrefslogtreecommitdiffstats
path: root/classes/recipe_sanity.bbclass
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-04-08 17:05:55 -0700
committerChris Larson <chris_larson@mentor.com>2010-04-08 17:06:06 -0700
commit444d86f372b599d0d72c0c8e56ee3cb923ee0515 (patch)
tree72f8d07dfeb558491b9a9d61cfb0f7f5f3ee43f8 /classes/recipe_sanity.bbclass
parent8a9cae9876019daab44e068b5611a1a9ab34b7bf (diff)
downloadopenembedded-444d86f372b599d0d72c0c8e56ee3cb923ee0515.tar.gz
Using NotHandled/Handled in event handlers is deprecated
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'classes/recipe_sanity.bbclass')
-rw-r--r--classes/recipe_sanity.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/recipe_sanity.bbclass b/classes/recipe_sanity.bbclass
index 9becf49384..127806e6da 100644
--- a/classes/recipe_sanity.bbclass
+++ b/classes/recipe_sanity.bbclass
@@ -150,7 +150,7 @@ python recipe_sanity_eh () {
from bb.event import getName
if getName(e) != "ConfigParsed":
- return NotHandled
+ return
d = e.data