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.y...@windriver.com> --- 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 8d2527cbc7..9bccd91168 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" -- 2.11.0.rc2.dirty -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core