diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-25 23:05:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-25 23:06:46 +0100 |
commit | 164b1b54c4b3127733bcd0a21b379bb6869693cc (patch) | |
tree | 819d00653f7d133c944828a19276b93ac50cc612 /meta/lib/oeqa | |
parent | c027c1283e6444ab05f444eb5d292ec1a36b5821 (diff) | |
download | openembedded-core-164b1b54c4b3127733bcd0a21b379bb6869693cc.tar.gz openembedded-core-164b1b54c4b3127733bcd0a21b379bb6869693cc.tar.bz2 openembedded-core-164b1b54c4b3127733bcd0a21b379bb6869693cc.zip |
update-rc.d: Include updated-rc.d in DEPENDS
If you build a user of updated-rc.d like udev, as things stand currently
nothing pulls in updated-rc.d but there is a dependency added on the
package at do_package time. This can lead to errors during rootfs
construction either with licensing. The fact its a RRECOMMEND means
the image are not deterministic.
A particularly good test case for reproducing this is:
MACHINE=A bitbake core-image-minimal
MACHINE=B bitbake core-image-minimal-initramfs
and since the second machine can find the package but not the license
manifest, a failure will result.
Extending the DEPENDS is the easy way to fix the issues.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa')
0 files changed, 0 insertions, 0 deletions