mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
bitbake-layers: fix a typo
(From OE-Core rev: fab3aa7b1b7003bb03678c5cfc62ad2b597f0932) Signed-off-by: Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
acef849931
commit
59a06db5dc
@@ -46,7 +46,7 @@ class MakeSetupPlugin(LayerPlugin):
|
|||||||
return describe.strip()
|
return describe.strip()
|
||||||
|
|
||||||
def make_repo_config(self, destdir):
|
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
|
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. """
|
available here. """
|
||||||
repos = {}
|
repos = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user