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-27 17:44:31 +0100 |
commit | 053b8a4e6b9a4b02c0b1b4bc1e297a1251a901a9 (patch) | |
tree | 2402bce16bdd968d327bd73ffdfa8200db8d3e43 /meta/recipes-gnome/gtk+/gtk+.inc | |
parent | 03482382b797f3501c3fb0df0fe12bd4e5e51a39 (diff) | |
download | openembedded-core-053b8a4e6b9a4b02c0b1b4bc1e297a1251a901a9.tar.gz openembedded-core-053b8a4e6b9a4b02c0b1b4bc1e297a1251a901a9.tar.bz2 openembedded-core-053b8a4e6b9a4b02c0b1b4bc1e297a1251a901a9.zip |
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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gtk+/gtk+.inc')
0 files changed, 0 insertions, 0 deletions