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-14 14:42:17 +0000 |
commit | df3734551fdf1f3f0909a83b74c4feb4c483f7d1 (patch) | |
tree | 7e6c6f680e28df144a7e409c2f31214bbb337e3e /meta-yocto-bsp | |
parent | b9c550dd6e98dc6c79a01ba27937f3c2a9876ee6 (diff) | |
download | poky-df3734551fdf1f3f0909a83b74c4feb4c483f7d1.tar.gz |
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.
(From OE-Core rev: 06270f20ba4312d20d0fd348595adf1b239bcac5)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
0 files changed, 0 insertions, 0 deletions