diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-10-13 12:29:37 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-14 18:08:22 +0300 |
commit | 10e5df3503632a6e1c54612055b19f7258c3ae2f (patch) | |
tree | d1e4533fe14bf96a5cf63d61578aaf210a8d246d /meta/recipes-graphics | |
parent | e42d8eff9eed7d1454b4f331d96dcee6dea232df (diff) | |
download | openembedded-core-10e5df3503632a6e1c54612055b19f7258c3ae2f.tar.gz openembedded-core-10e5df3503632a6e1c54612055b19f7258c3ae2f.tar.bz2 openembedded-core-10e5df3503632a6e1c54612055b19f7258c3ae2f.zip |
lib/oe/image.py: Fix dependency handling for compressed types
The dependency code needs to also include the dependency of base
types. For example:
- sdcard.gz image with ext4
The dependency chain needs to include:
- sdcard
- ext4
- gz
Until this change, the ext4 dependency were not being taken into
account when using the compressed one.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
0 files changed, 0 insertions, 0 deletions