diff options
Diffstat (limited to 'bitbake/lib/bb/parse/ast.py')
-rw-r--r-- | bitbake/lib/bb/parse/ast.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bitbake/lib/bb/parse/ast.py b/bitbake/lib/bb/parse/ast.py index 8b9baa764c..0fc3a9e7a4 100644 --- a/bitbake/lib/bb/parse/ast.py +++ b/bitbake/lib/bb/parse/ast.py | |||
@@ -469,9 +469,5 @@ def multi_finalize(fn, d): | |||
469 | except bb.parse.SkipRecipe as e: | 469 | except bb.parse.SkipRecipe as e: |
470 | datastores[variant].setVar("__SKIPPED", e.args[0]) | 470 | datastores[variant].setVar("__SKIPPED", e.args[0]) |
471 | 471 | ||
472 | if len(datastores) > 1: | ||
473 | variants = filter(None, datastores.keys()) | ||
474 | safe_d.setVar("__VARIANTS", " ".join(variants)) | ||
475 | |||
476 | datastores[""] = d | 472 | datastores[""] = d |
477 | return datastores | 473 | return datastores |