summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-08 23:35:07 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-11 10:50:03 +0000
commitf7b58d5a6681547735ba747f5872abf35c9fa2c1 (patch)
tree8d7c97a5127b52deb56ba23befa64df04b46b74f /meta
parentf3a7e2ba247efe72154c263d1d680aaf3da5b609 (diff)
downloadopenembedded-core-contrib-f7b58d5a6681547735ba747f5872abf35c9fa2c1.tar.gz
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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/wayland/wayland-protocols_1.24.bb2
1 files changed, 1 insertions, 1 deletions
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"