From 6cbf2a490d2ee99e064c989a94b464df019bb6f6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 8 Jan 2022 23:35:07 +0000 Subject: wayland-protocols: Change inherit order allarch needs to be after meson so that qemu usage can be disabled and the package can really be architecture independent. (From OE-Core rev: f7b58d5a6681547735ba747f5872abf35c9fa2c1) Signed-off-by: Richard Purdie --- meta/recipes-graphics/wayland/wayland-protocols_1.24.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.24.bb b/meta/recipes-graphics/wayland/wayland-protocols_1.24.bb index 2a1f1e3dce..0cfdb90b68 100644 --- a/meta/recipes-graphics/wayland/wayland-protocols_1.24.bb +++ b/meta/recipes-graphics/wayland/wayland-protocols_1.24.bb @@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "bff0d8cffeeceb35159d6f4aa6bab18c807b80642c9d50f66cba52ecf7 UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" -inherit allarch meson pkgconfig +inherit meson pkgconfig allarch EXTRA_OEMESON += "-Dtests=false" -- cgit v1.2.3-54-g00ecf