summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-09-03 16:32:58 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-09-04 12:38:44 +0100
commit05b305d94725748cda126d27dda2c4b841fe349f (patch)
tree1549e0b267182319225dbaff8d6787a0c5a7d94f
parent959030fc61dcffa0f4877f90b505b931a56528a5 (diff)
downloadpoky-05b305d94725748cda126d27dda2c4b841fe349f.tar.gz
wayland-protocols: upgrade 1.36 -> 1.37
Changelog: ============ - xdg-toplevel-icon: add error for destroyed wl_buffer - pointer-gestures: Add punctuation to clarify gesture cycles - tablet-v2: Fix feedback description in mode_switch - ext-image-copy-capture-v1: new protocol - ext-image-capture-source-v1: new protocol - governance: document review requirements - members: trim trailing comma - readme: recommend using "Draft:" prefix for RFC protocols - readme: use references for links - staging: Add xdg-toplevel-icon protocol for dedicated toplevel icons - readme: s/Makefile.am/meson.build/ - staging/tearing-control: clarify what happens after wl_surface destruction - ci: don't run pipelines in forks - various: Fix definition of double-buffered state - Fix some trivial typos (From OE-Core rev: 18501db4b4ebf9a19b2c2ff33c7719b828c893b7) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/wayland/wayland-protocols_1.37.bb (renamed from meta/recipes-graphics/wayland/wayland-protocols_1.36.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb b/meta/recipes-graphics/wayland/wayland-protocols_1.37.bb
index 9b008ca534..2bf59b9719 100644
--- a/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb
+++ b/meta/recipes-graphics/wayland/wayland-protocols_1.37.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \
10 file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53" 10 file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53"
11 11
12SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${PV}/downloads/wayland-protocols-${PV}.tar.xz" 12SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${PV}/downloads/wayland-protocols-${PV}.tar.xz"
13SRC_URI[sha256sum] = "71fd4de05e79f9a1ca559fac30c1f8365fa10346422f9fe795f74d77b9ef7e92" 13SRC_URI[sha256sum] = "a70e9be924f2e8688e6824dceaf6188faacd5ae218dfac8d0a3d0976211ef326"
14 14
15UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/tags" 15UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/tags"
16UPSTREAM_CHECK_REGEX = "releases/(?P<pver>.+)" 16UPSTREAM_CHECK_REGEX = "releases/(?P<pver>.+)"