From 1db4e55bbbc39192310f3528d6354e21af8199d8 Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Mon, 25 Nov 2024 19:56:47 +0100 Subject: [PATCH] maliit-framework-qt6: fix task position for sed rule --- recipes-support/maliit-framework-qt6.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-support/maliit-framework-qt6.inc b/recipes-support/maliit-framework-qt6.inc index 5a90e56..3f005c5 100644 --- a/recipes-support/maliit-framework-qt6.inc +++ b/recipes-support/maliit-framework-qt6.inc @@ -41,7 +41,8 @@ EXTRA_OECMAKE += " \ " # workaround for leaked host paths by glib-genmarshal -do_compile:prepend() { +# both are generated at compile time +do_compile:append() { sed -i 's:${S}::g' ${B}/maliitmarshallers.c sed -i 's:${S}::g' ${B}/maliitmarshallers.h }