[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5276/8267] rpm: add a "rpm-build" PROVIDES



commit fecf58b2a5959cc086e645171529c6fa7fcd4452
Author: Alexander Kanavin <alexander kanavin linux intel com>
Date:   Wed Mar 22 14:43:37 2017 +0200

    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]
    
    (From OE-Core rev: 3b5ac72bdf76ac8ff98dc3c882a4edc77c6e2c33)
    
    Signed-off-by: Alexander Kanavin <alexander kanavin linux intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 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 c71a410..8d2527c 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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]