]> code.ossystems Code Review - openembedded-core.git/commitdiff
wayland-protocols: Change inherit order
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 8 Jan 2022 23:35:07 +0000 (23:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Jan 2022 10:50:03 +0000 (10:50 +0000)
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>
meta/recipes-graphics/wayland/wayland-protocols_1.24.bb

index 2a1f1e3dce54a3acbbf74e86bd062198ca8cc207..0cfdb90b68a7142b484ae51edebdae46ec2e2eeb 100644 (file)
@@ -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"