From: Alexander Kanavin Date: Fri, 30 Jul 2021 11:45:06 +0000 (+0200) Subject: rpm: do not RRECOMMEND rpm-build X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~7203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff0e05241a3b61415dc24a8bc2104b4be04b8fc7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 9cb8f551a28..189da924366 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 \