summaryrefslogtreecommitdiffstats
path: root/meta
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-02-09 23:15:15 +0000
commit2e790af6fb23d67a3f954e40b723e0f1bb14a7e5 (patch)
treee98636b4f8b4a5fa3e6cad8792b17b0da61fc15f /meta
parent4c0f19f62448e53e10234d9b1e656875fa5b65bd (diff)
downloadpoky-2e790af6fb23d67a3f954e40b723e0f1bb14a7e5.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. (From OE-Core rev: 18a43fe970b691250fbf48f39ed5f4f7ad121b75) Signed-off-by: Kory Maincent <kory.maincent@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit c134f62062a6359d2d5831ba4cb9694035e4f25a) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/icu/icu_69.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/icu/icu_69.1.bb b/meta/recipes-support/icu/icu_69.1.bb
index 4daf0fe82e..848ae9ab19 100644
--- a/meta/recipes-support/icu/icu_69.1.bb
+++ b/meta/recipes-support/icu/icu_69.1.bb
@@ -147,4 +147,4 @@ do_make_icudata() {
147 : 147 :
148} 148}
149 149
150addtask make_icudata before do_configure after do_patch 150addtask make_icudata before do_configure after do_patch do_prepare_recipe_sysroot