]> code.ossystems Code Review - openembedded-core.git/commitdiff
icu: fix make_icudata dependencies
authorKory Maincent <kory.maincent@bootlin.com>
Mon, 24 Jan 2022 11:45:23 +0000 (12:45 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Jan 2022 06:25:33 +0000 (06:25 +0000)
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.

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/icu/icu_70.1.bb

index 0988ae8b8e07901743e9d59be1eabcf32c9a8ac5..dd684fe5b91cb26bbf9e5c2b01d7c46901da94c5 100644 (file)
@@ -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