1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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>
This commit is contained in:
Richard Purdie
2022-01-08 23:35:07 +00:00
parent 9a708ebb2e
commit 6cbf2a490d
@@ -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"