diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-03-22 14:43:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-22 15:09:26 +0000 |
commit | 3b5ac72bdf76ac8ff98dc3c882a4edc77c6e2c33 (patch) | |
tree | 531d0535c448f16128a365846872d99058da2d13 | |
parent | 74ea979044368dc28c24325e7e77471b70aa8fe8 (diff) | |
download | openembedded-core-3b5ac72bdf76ac8ff98dc3c882a4edc77c6e2c33.tar.gz openembedded-core-3b5ac72bdf76ac8ff98dc3c882a4edc77c6e2c33.tar.bz2 openembedded-core-3b5ac72bdf76ac8ff98dc3c882a4edc77c6e2c33.zip |
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 <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" |