diff options
-rw-r--r-- | meta/lib/bblayers/makesetup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/bblayers/makesetup.py b/meta/lib/bblayers/makesetup.py index 22f89d81a4..834e9338bc 100644 --- a/meta/lib/bblayers/makesetup.py +++ b/meta/lib/bblayers/makesetup.py | |||
@@ -46,7 +46,7 @@ class MakeSetupPlugin(LayerPlugin): | |||
46 | return describe.strip() | 46 | return describe.strip() |
47 | 47 | ||
48 | def make_repo_config(self, destdir): | 48 | def make_repo_config(self, destdir): |
49 | """ This is a helper function for the writer plugins that discovers currently confugured layers. | 49 | """ This is a helper function for the writer plugins that discovers currently configured layers. |
50 | The writers do not have to use it, but it can save a bit of work and avoid duplicated code, hence it is | 50 | The writers do not have to use it, but it can save a bit of work and avoid duplicated code, hence it is |
51 | available here. """ | 51 | available here. """ |
52 | repos = {} | 52 | repos = {} |