From: Alexander Kanavin Date: Wed, 22 Mar 2017 12:43:37 +0000 (+0200) Subject: rpm: add a "rpm-build" PROVIDES X-Git-Tag: uninative-1.6~45 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3b5ac72bdf76ac8ff98dc3c882a4edc77c6e2c33;p=openembedded-core.git rpm: add a "rpm-build" PROVIDES rpm 5.x was packaging build tools separately, so we need to unbreak things that relied on that. [YOCTO #11167] Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/rpm/rpm_git.bb b/meta/recipes-devtools/rpm/rpm_git.bb index c71a41064c..8d2527cbc7 100644 --- a/meta/recipes-devtools/rpm/rpm_git.bb +++ b/meta/recipes-devtools/rpm/rpm_git.bb @@ -106,3 +106,5 @@ PACKAGES += "python-rpm" PROVIDES += "python-rpm" FILES_python-rpm = "${PYTHON_SITEPACKAGES_DIR}/rpm/*" +# rpm 5.x was packaging the rpm build tools separately +PROVIDES += "rpm-build"