Re: [OE-core] [PATCH] rpm: split build and extra functionality into separate packages

2021-03-03 Thread Alexander Kanavin
Thanks, a nice benefit to this is also eliminating bash (a gpl3 dependency) out of the main package. We (mbition.io) might use that in our production images! Alex On Wed, 3 Mar 2021 at 19:17, Diego Santa Cruz via lists.openembedded.org wrote: > Having all the rpm build related tools in the main

[OE-core] [PATCH] rpm: split build and extra functionality into separate packages

2021-03-03 Thread Diego Santa Cruz via lists.openembedded.org
Having all the rpm build related tools in the main package requires adding runtime dependencies on perl and python3-core, so adding rpm to a target image can pull quite many unneeded packages to satisfy the dependencies. This splits all the build related tools into rpm-build and moves the bash, pe