diff options
Diffstat (limited to 'meta/lib/oe/data.py')
-rw-r--r-- | meta/lib/oe/data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/data.py b/meta/lib/oe/data.py index 39567333f1..80bba2b9d2 100644 --- a/meta/lib/oe/data.py +++ b/meta/lib/oe/data.py | |||
@@ -30,7 +30,7 @@ def export2json(d, json_file, expand=True): | |||
30 | continue | 30 | continue |
31 | elif key.startswith("do_"): | 31 | elif key.startswith("do_"): |
32 | continue | 32 | continue |
33 | elif d.getVarFlag(key, "func", True): | 33 | elif d.getVarFlag(key, "func"): |
34 | continue | 34 | continue |
35 | 35 | ||
36 | keys2export.append(key) | 36 | keys2export.append(key) |