[oe-commits] [openembedded-core] 04/07: rpm: change PROVIDES rpm-build to RPROVIDES

git at git.openembedded.org git at git.openembedded.org
Mon Mar 27 10:09:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 5eef8dd840f74948820b367524877fb30e0571b6
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Mon Mar 27 00:41:03 2017 -0700

    rpm: change PROVIDES rpm-build to RPROVIDES
    
    The rpm 5 has a rpm-build package, so here should use RPROVIDES rather
    than PROVIDES to keep compatibility.
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/rpm/rpm_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/rpm/rpm_git.bb b/meta/recipes-devtools/rpm/rpm_git.bb
index 8d2527c..9bccd91 100644
--- a/meta/recipes-devtools/rpm/rpm_git.bb
+++ b/meta/recipes-devtools/rpm/rpm_git.bb
@@ -107,4 +107,4 @@ PROVIDES += "python-rpm"
 FILES_python-rpm = "${PYTHON_SITEPACKAGES_DIR}/rpm/*"
 
 # rpm 5.x was packaging the rpm build tools separately
-PROVIDES += "rpm-build"
+RPROVIDES_${PN} += "rpm-build"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list