diff options
Diffstat (limited to 'meta/lib/bblayers/makesetup.py')
-rw-r--r-- | meta/lib/bblayers/makesetup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/bblayers/makesetup.py b/meta/lib/bblayers/makesetup.py index 8148b0d9ff..48dc73c288 100644 --- a/meta/lib/bblayers/makesetup.py +++ b/meta/lib/bblayers/makesetup.py | |||
@@ -76,6 +76,7 @@ class MakeSetupPlugin(LayerPlugin): | |||
76 | repos_nopaths[r_nopath] = repos[r] | 76 | repos_nopaths[r_nopath] = repos[r] |
77 | r_relpath = os.path.relpath(r, top_path) | 77 | r_relpath = os.path.relpath(r, top_path) |
78 | repos_nopaths[r_nopath]['path'] = r_relpath | 78 | repos_nopaths[r_nopath]['path'] = r_relpath |
79 | repos_nopaths[r_nopath]['originpath'] = r | ||
79 | return repos_nopaths | 80 | return repos_nopaths |
80 | 81 | ||
81 | def do_make_setup(self, args): | 82 | def do_make_setup(self, args): |