diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2017-03-27 00:41:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-27 20:21:17 +0100 |
commit | de2ee88f9cc0fc8d6d92ac2a79364e79a99ae98e (patch) | |
tree | 719f089643dc35812d487f96d781c35614368ae8 /meta/recipes-devtools | |
parent | b77c0355e272e9e7a7ab625eef27a8717225b132 (diff) | |
download | openembedded-core-de2ee88f9cc0fc8d6d92ac2a79364e79a99ae98e.tar.gz openembedded-core-de2ee88f9cc0fc8d6d92ac2a79364e79a99ae98e.tar.bz2 openembedded-core-de2ee88f9cc0fc8d6d92ac2a79364e79a99ae98e.zip |
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@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.bb | 2 |
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" FILES_python-rpm = "${PYTHON_SITEPACKAGES_DIR}/rpm/*" # rpm 5.x was packaging the rpm build tools separately -PROVIDES += "rpm-build" +RPROVIDES_${PN} += "rpm-build" |