From dba0b9044663853f30621bad999420df4428d216 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Mon, 22 Jan 2024 17:56:11 +0800 Subject: nativesdk-cairo: fix build error It fails to build nativesdk-cairo: | ../cairo-1.18.0/meson.build:381:13: ERROR: Can not run test applications in this cross environment. Set meson property ipc_rmid_deferred_release in cross-file to fix the issue which is as same as for target cairo (From OE-Core rev: e7388c4b351baa56be596af405730c8626b572da) Signed-off-by: Kai Kang Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-graphics/cairo/cairo_1.18.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-graphics/cairo') diff --git a/meta/recipes-graphics/cairo/cairo_1.18.0.bb b/meta/recipes-graphics/cairo/cairo_1.18.0.bb index fe72537b77..4c97e973d0 100644 --- a/meta/recipes-graphics/cairo/cairo_1.18.0.bb +++ b/meta/recipes-graphics/cairo/cairo_1.18.0.bb @@ -38,12 +38,13 @@ inherit meson pkgconfig upstream-version-is-even gtk-doc multilib_script # if qemu usermode isn't available, this value needs to be set statically # (otherwise it's determinted by running a small target executable with qemu) -do_write_config:append:class-target() { +do_write_config:append() { cat >${WORKDIR}/cairo.cross <