]> code.ossystems Code Review - openembedded-core.git/commit
image_types.bbclass: fix image dependency chain collection
authorAndre McCurdy <armccurdy@gmail.com>
Tue, 21 Feb 2017 18:04:50 +0000 (10:04 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 May 2017 12:04:45 +0000 (13:04 +0100)
commit854fff614059100494326adeec7c48fa5272d080
tree9a49667d8d41e063f555f5eadaec39af1495ddc4
parentc0ff0e1ff872b04006b26c6db4f8c9cf053b0764
image_types.bbclass: fix image dependency chain collection

If image type "foo" depends on image type "bar.xz", then dependencies
should be collected from the base image type (ie "IMAGE_DEPENDS_bar")
not from "IMAGE_DEPENDS_bar.xz".

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8a9f249a9166347cc0468191ce130003e3d306e1)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/classes/image_types.bbclass