diff options
| -rw-r--r-- | meta/lib/oe/recipeutils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oe/recipeutils.py b/meta/lib/oe/recipeutils.py index 630ae967af..f53c2b7126 100644 --- a/meta/lib/oe/recipeutils.py +++ b/meta/lib/oe/recipeutils.py | |||
| @@ -421,6 +421,8 @@ def copy_recipe_files(d, tgt_dir, whole_dir=False, download=True, all_variants=F | |||
| 421 | # Ensure we handle class-target if we're dealing with one of the variants | 421 | # Ensure we handle class-target if we're dealing with one of the variants |
| 422 | variants.append('target') | 422 | variants.append('target') |
| 423 | for variant in variants: | 423 | for variant in variants: |
| 424 | if variant.startswith("devupstream"): | ||
| 425 | localdata.setVar('SRCPV', 'git') | ||
| 424 | localdata.setVar('CLASSOVERRIDE', 'class-%s' % variant) | 426 | localdata.setVar('CLASSOVERRIDE', 'class-%s' % variant) |
| 425 | fetch_urls(localdata) | 427 | fetch_urls(localdata) |
| 426 | 428 | ||
