diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-27 17:28:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-29 10:17:14 +0100 |
commit | 3b627bb28c4ea2ea33050ad4884c6351e2d6ebad (patch) | |
tree | c1c05673f523a7cbd19dfed75c209b5709523b9e /.templateconf | |
parent | 2f0fcb22d7fef814f8cb5a2479ff04a8301bd0ac (diff) | |
download | poky-3b627bb28c4ea2ea33050ad4884c6351e2d6ebad.tar.gz |
update-rc.d: Improve RRECOMMENDS handling
Unfortunately the combination of:
RRECOMMENDS_${PN} = "X"
UPDATERCPN = "${PN}"
RRECOMMENDS_${UPDATERCPN}_append = "Y"
is tricky for bitbake to order correctly since RRECOMMENDS_${UPDATERCPN} can
become "Y" which can then completely overwrite RRECOMMENDS_${PN}.
Avoid these issues and improve handling in general by explictly setting
the RRECOMMENDS on the list of packages modified in the general
code.
(From OE-Core rev: 053b8a4e6b9a4b02c0b1b4bc1e297a1251a901a9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to '.templateconf')
0 files changed, 0 insertions, 0 deletions