From: Alexander Kanavin Date: Fri, 30 Jul 2021 11:45:06 +0000 (+0200) Subject: rpm: do not RRECOMMEND rpm-build X-Git-Tag: uninative-3.3~127 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ff0e05241a3b61415dc24a8bc2104b4be04b8fc7;p=openembedded-core.git 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. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- 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 \ " PACKAGE_BEFORE_PN += "${PN}-build ${PN}-sign ${PN}-archive" -RRECOMMENDS:${PN} += "rpm-build rpm-sign rpm-archive" +RRECOMMENDS:${PN} += "rpm-sign rpm-archive" FILES:${PN}-build = "\ ${bindir}/rpmbuild \