Re: [bitbake-devel] [PATCH 6/6] bb: Move codegen.py inside module
Richard Purdie <[email protected]>
| Newsgroups | org.openembedded.lists.bitbake-devel |
|---|---|
| Message-ID | <3586fb9ba7e47c129f73720bc39bc19d2d37b299.camel@linuxfoundation.org> |
On Tue, 2026-03-31 at 07:53 -0700, Rob Woolley via lists.openembedded.org wrote: > Codegen is used exclusively by bb.codeparser.PythonParser. > > Move it inside the bb module to avoid exposing it externally > when installing bb as a package. > > Signed-off-by: Rob Woolley <[email protected]> > --- > lib/{ => bb}/codegen.py | 0 > lib/bb/codeparser.py | 2 +- > 2 files changed, 1 insertion(+), 1 deletion(-) > rename lib/{ => bb}/codegen.py (100%) Some good news is we removed codegen.py entirely so this part of the series is no longer needed. Cheers, Richard