diff options
| -rw-r--r-- | scripts/lib/recipetool/create.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/recipetool/create.py b/scripts/lib/recipetool/create.py index daf13fb50e..3e4bab8afe 100644 --- a/scripts/lib/recipetool/create.py +++ b/scripts/lib/recipetool/create.py | |||
| @@ -369,6 +369,7 @@ def create_recipe(args): | |||
| 369 | if len(splitline) > 1: | 369 | if len(splitline) > 1: |
| 370 | if splitline[0] == 'origin' and '://' in splitline[1]: | 370 | if splitline[0] == 'origin' and '://' in splitline[1]: |
| 371 | srcuri = reformat_git_uri(splitline[1]) | 371 | srcuri = reformat_git_uri(splitline[1]) |
| 372 | srcsubdir = 'git' | ||
| 372 | break | 373 | break |
| 373 | 374 | ||
| 374 | if args.src_subdir: | 375 | if args.src_subdir: |
