diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-08 23:35:07 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-11 10:53:44 +0000 |
commit | 6cbf2a490d2ee99e064c989a94b464df019bb6f6 (patch) | |
tree | 3b535671d2d39f4052e3ab025ef52e29c6829635 /meta/recipes-graphics | |
parent | 9a708ebb2ee6c8a3fa77196d3be616a09389c693 (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/wayland/wayland-protocols_1.24.bb | 2 |
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 | ||
16 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" | 16 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" |
17 | 17 | ||
18 | inherit allarch meson pkgconfig | 18 | inherit meson pkgconfig allarch |
19 | 19 | ||
20 | EXTRA_OEMESON += "-Dtests=false" | 20 | EXTRA_OEMESON += "-Dtests=false" |
21 | 21 | ||