diff options
author | Denys Dmytriyenko <denis@denix.org> | 2021-11-23 15:36:59 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-24 09:55:54 +0000 |
commit | f3b7489492383eeb8ef077f567f97a5067a3e9be (patch) | |
tree | d0422ff0049620678cd2fecc5a0b0f7ce4a6072b | |
parent | 78bb5ff94300d058bf231e2b03c0464a379e9181 (diff) | |
download | poky-f3b7489492383eeb8ef077f567f97a5067a3e9be.tar.gz |
wayland-protocols: upgrade 1.23 -> 1.24
wayland-protocols 1.24 is now available.
This release adds feedback to the DMA buffer protocol, allowing smarter and
more dynamic DMA buffer allocation semantics. Other changes include
documentation improvements and improved testing infrastructure.
This is also the first release of wayland-protocols that do not include a
autotools build description.
https://lists.freedesktop.org/archives/wayland-devel/2021-November/042039.html
Disable build-time tests as they want to cross-compile in an allarch package:
| # Check buildability
| add_languages('c', 'cpp', native: false)
(From OE-Core rev: 08bf9f59ede30918e0cf8763cd2714734bb02b9f)
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 | ||
12 | SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ | 12 | SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ |
13 | " | 13 | " |
14 | SRC_URI[sha256sum] = "6c0af1915f96f615927a6270d025bd973ff1c58e521e4ca1fc9abfc914633f76" | 14 | SRC_URI[sha256sum] = "bff0d8cffeeceb35159d6f4aa6bab18c807b80642c9d50f66cba52ecf7338bc2" |
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 autotools pkgconfig | 18 | inherit allarch meson pkgconfig |
19 | |||
20 | EXTRA_OEMESON += "-Dtests=false" | ||
19 | 21 | ||
20 | PACKAGES = "${PN}" | 22 | PACKAGES = "${PN}" |
21 | FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc" | 23 | FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc" |