Ensure that the DEPENDS we're adding is correct in the multilib case by
including MLPREFIX, fixing unnecessary dependencies in those images.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
def ua_extend_depends(d):
if not 'virtual/update-alternatives' in d.getVar('PROVIDES', True):
- d.appendVar('DEPENDS', ' virtual/update-alternatives')
+ d.appendVar('DEPENDS', ' virtual/${MLPREFIX}update-alternatives')
python __anonymous() {
# Update Alternatives only works on target packages...