From 3b5ac72bdf76ac8ff98dc3c882a4edc77c6e2c33 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 22 Mar 2017 14:43:37 +0200 Subject: 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 --- meta/recipes-devtools/rpm/rpm_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta') 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" -- cgit 1.2.3-korg