summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2017-03-27 00:41:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-27 20:22:50 +0100
commit94ffc8e0176b18122c8f7b438efcf6a01a6eebe9 (patch)
tree9f1b0eb80d007608a9448394164644ce90e7540c /meta/recipes-devtools
parentfd8d814027e90126adb8ca543f453f145e5d4da6 (diff)
downloadpoky-94ffc8e0176b18122c8f7b438efcf6a01a6eebe9.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/rpm/rpm_git.bb2
1 files changed, 1 insertions, 1 deletions
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"
107FILES_python-rpm = "${PYTHON_SITEPACKAGES_DIR}/rpm/*" 107FILES_python-rpm = "${PYTHON_SITEPACKAGES_DIR}/rpm/*"
108 108
109# rpm 5.x was packaging the rpm build tools separately 109# rpm 5.x was packaging the rpm build tools separately
110PROVIDES += "rpm-build" 110RPROVIDES_${PN} += "rpm-build"