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.

(From OE-Core rev: de2ee88f9cc0fc8d6d92ac2a79364e79a99ae98e)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang 2017-03-27 00:41:03 -07:00 committed by Richard Purdie
parent fd8d814027
commit 94ffc8e017
1 changed files with 1 additions and 1 deletions

View File

@ -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"