summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/wayland/wayland-protocols_1.24.bb (renamed from meta/recipes-graphics/wayland/wayland-protocols_1.23.bb)6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.23.bb b/meta/recipes-graphics/wayland/wayland-protocols_1.24.bb
index 60b6eb12e4..2a1f1e3dce 100644
--- a/meta/recipes-graphics/wayland/wayland-protocols_1.23.bb
+++ b/meta/recipes-graphics/wayland/wayland-protocols_1.24.bb
@@ -11,11 +11,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \
11 11
12SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ 12SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
13 " 13 "
14SRC_URI[sha256sum] = "6c0af1915f96f615927a6270d025bd973ff1c58e521e4ca1fc9abfc914633f76" 14SRC_URI[sha256sum] = "bff0d8cffeeceb35159d6f4aa6bab18c807b80642c9d50f66cba52ecf7338bc2"
15 15
16UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" 16UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
17 17
18inherit allarch autotools pkgconfig 18inherit allarch meson pkgconfig
19
20EXTRA_OEMESON += "-Dtests=false"
19 21
20PACKAGES = "${PN}" 22PACKAGES = "${PN}"
21FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc" 23FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc"