summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/icu
diff options
context:
space:
mode:
authorKory Maincent <kory.maincent@bootlin.com>2022-01-24 12:45:23 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-26 06:25:33 +0000
commitc134f62062a6359d2d5831ba4cb9694035e4f25a (patch)
tree8abb8e99354fd3c38b77a8e3d8042124dff7499c /meta/recipes-support/icu
parenta43fd027cf1a7f0c9edd2d7abbf949d7ae0f4cea (diff)
downloadopenembedded-core-contrib-c134f62062a6359d2d5831ba4cb9694035e4f25a.tar.gz
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. Signed-off-by: Kory Maincent <kory.maincent@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/icu')
-rw-r--r--meta/recipes-support/icu/icu_70.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/icu/icu_70.1.bb b/meta/recipes-support/icu/icu_70.1.bb
index 0988ae8b8e..dd684fe5b9 100644
--- a/meta/recipes-support/icu/icu_70.1.bb
+++ b/meta/recipes-support/icu/icu_70.1.bb
@@ -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