diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-07-30 13:45:06 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:11 +0100 |
| commit | ab407efcb0b590acb87177d7451b962f07c0ec15 (patch) | |
| tree | 91281e8c48d89a33f1ec5219c4e30fb6f27556d6 | |
| parent | 41753ff4f7f1714e9b3de5b4bc8f23041cec9a9b (diff) | |
| download | poky-ab407efcb0b590acb87177d7451b962f07c0ec15.tar.gz | |
rpm: do not RRECOMMEND rpm-build
This avoids pulling in perl, python and (especially) bash;
rpm building functionality should be neither hard nor soft
dependency of rpm package management.
(From OE-Core rev: ff0e05241a3b61415dc24a8bc2104b4be04b8fc7)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/rpm/rpm_4.16.1.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_4.16.1.3.bb b/meta/recipes-devtools/rpm/rpm_4.16.1.3.bb index 9cb8f551a2..189da92436 100644 --- a/meta/recipes-devtools/rpm/rpm_4.16.1.3.bb +++ b/meta/recipes-devtools/rpm/rpm_4.16.1.3.bb | |||
| @@ -148,7 +148,7 @@ FILES:${PN}-dev += "${libdir}/rpm-plugins/*.la \ | |||
| 148 | " | 148 | " |
| 149 | PACKAGE_BEFORE_PN += "${PN}-build ${PN}-sign ${PN}-archive" | 149 | PACKAGE_BEFORE_PN += "${PN}-build ${PN}-sign ${PN}-archive" |
| 150 | 150 | ||
| 151 | RRECOMMENDS:${PN} += "rpm-build rpm-sign rpm-archive" | 151 | RRECOMMENDS:${PN} += "rpm-sign rpm-archive" |
| 152 | 152 | ||
| 153 | FILES:${PN}-build = "\ | 153 | FILES:${PN}-build = "\ |
| 154 | ${bindir}/rpmbuild \ | 154 | ${bindir}/rpmbuild \ |
