bitbake-layers: fix a typo

(From OE-Core rev: adee6183096c15b1743ae3e33ebbbbe6218a668f)

Signed-off-by: Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit fab3aa7b1b7003bb03678c5cfc62ad2b597f0932)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Enguerrand de Ribaucourt
2023-01-02 15:23:39 +01:00
committed by Richard Purdie
parent 36b6ff5a9e
commit 451cb7f40b

View File

@@ -46,7 +46,7 @@ class MakeSetupPlugin(LayerPlugin):
return describe.strip()
def make_repo_config(self, destdir):
""" This is a helper function for the writer plugins that discovers currently confugured layers.
""" This is a helper function for the writer plugins that discovers currently configured layers.
The writers do not have to use it, but it can save a bit of work and avoid duplicated code, hence it is
available here. """
repos = {}