summaryrefslogtreecommitdiffstats
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:53:44 +0000
commit6cbf2a490d2ee99e064c989a94b464df019bb6f6 (patch)
tree3b535671d2d39f4052e3ab025ef52e29c6829635
parent9a708ebb2ee6c8a3fa77196d3be616a09389c693 (diff)
downloadpoky-6cbf2a490d2ee99e064c989a94b464df019bb6f6.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. (From OE-Core rev: f7b58d5a6681547735ba747f5872abf35c9fa2c1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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
15 15
16UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" 16UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
17 17
18inherit allarch meson pkgconfig 18inherit meson pkgconfig allarch
19 19
20EXTRA_OEMESON += "-Dtests=false" 20EXTRA_OEMESON += "-Dtests=false"
21 21