From b0ba03027a81ed8c9a93a77427f83ece8a1d1e4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 2 Mar 2017 17:59:30 +0100 Subject: [PATCH] fluid: icons must be fetched before configuring MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks Pier Luigi for very quick support! Signed-off-by: Andreas Müller --- recipes-liri/fluid/fluid_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-liri/fluid/fluid_git.bb b/recipes-liri/fluid/fluid_git.bb index 6ebc7075..78412414 100644 --- a/recipes-liri/fluid/fluid_git.bb +++ b/recipes-liri/fluid/fluid_git.bb @@ -17,7 +17,7 @@ DEPENDS += " \ qtsvg \ " -do_configure_append() { +do_configure_prepend() { (cd ${S} && ./scripts/fetch_icons.sh) }