diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-01-19 19:24:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-13 09:43:21 +0000 |
commit | 06270f20ba4312d20d0fd348595adf1b239bcac5 (patch) | |
tree | da61b8c6851e59b5d82eb8a7738595e782fc08f9 /meta/classes/python3-dir.bbclass | |
parent | a5cc38481be3c5e6ccbecf951f9fdc049e5101d5 (diff) | |
download | openembedded-core-06270f20ba4312d20d0fd348595adf1b239bcac5.tar.gz openembedded-core-06270f20ba4312d20d0fd348595adf1b239bcac5.tar.bz2 openembedded-core-06270f20ba4312d20d0fd348595adf1b239bcac5.zip |
package_rpm.bbclass: correctly map RRECOMMENDS and RSUGGESTS to rpm tags
Previously they were swapped, not sure why. Their meaning, as far as rpm
world goes, is different:
- Recommends is a soft dependency and will be installed by default; there is
an option not to do that.
- Suggests is a suggestion to be picked up and presented to end user by
package management tools; it has no special meaning otherwise.
OE packages use RRECOMMENDS, which should be mapped to Recommends rpm tag,
so that the packages will be picked up as dependencies.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta/classes/python3-dir.bbclass')
0 files changed, 0 insertions, 0 deletions