mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
icu: fix make_icudata dependencies
The make_icudata task is set before the configure task then the dependencies for this task are not populate yet. Fixed it by adding do_prepare_recipe_sysroot task dependency to the make_icudata task. (From OE-Core rev: c134f62062a6359d2d5831ba4cb9694035e4f25a) Signed-off-by: Kory Maincent <kory.maincent@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fa0db034d6
commit
15324dd951
@@ -147,4 +147,4 @@ do_make_icudata() {
|
|||||||
:
|
:
|
||||||
}
|
}
|
||||||
|
|
||||||
addtask make_icudata before do_configure after do_patch
|
addtask make_icudata before do_configure after do_patch do_prepare_recipe_sysroot
|
||||||
|
|||||||
Reference in New Issue
Block a user