diff options
author | Diego Santa Cruz <Diego.SantaCruz@spinetix.com> | 2021-03-03 19:09:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-06 22:39:04 +0000 |
commit | ed253541ee12eecf85c23b9893b3e8b1b326b6a3 (patch) | |
tree | be1d212af3c5bc7de8f0d9e9375b90b30d29faf8 /Makefile | |
parent | 5623cf33c13358df3ed34882ceed9ca79965fde2 (diff) | |
download | poky-ed253541ee12eecf85c23b9893b3e8b1b326b6a3.tar.gz |
rpm: split build and extra functionality into separate packages
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, perl and python3-core runtime dependencies to that package.
Also, the rpmsign tool is split into rpm-sign and rpm2archive (only
built if archive is in PACKAGECONFIG) into rpm-archive. These are
separate packages since they are not really related to building, so
do not belong in rpm-build, but are not necessarily wanted in
target images when rpm is included.
(From OE-Core rev: 0dea6cccc1c638078846e6eb8e48e8ef69c87618)
Signed-off-by: Diego Santa Cruz <Diego.SantaCruz@spinetix.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions