diff options
author | Markus Volk <f_l_k@t-online.de> | 2025-05-09 12:54:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-12 22:01:56 +0100 |
commit | c40f78b267bab09925f4879dbfbb6ec2f837187c (patch) | |
tree | ffd3d392deda421f170069fc73960cfdfe0cdf34 | |
parent | 8adb2895ff73bd9065038d2eb3bdec1e9af6c122 (diff) | |
download | poky-c40f78b267bab09925f4879dbfbb6ec2f837187c.tar.gz |
wayland-protocols: update 1.42 -> 1.44
Update to v1.44
(From OE-Core rev: 92763ca20e44bd51cfebf75c35079b1ca554b98e)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/wayland/wayland-protocols_1.44.bb (renamed from meta/recipes-graphics/wayland/wayland-protocols_1.42.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.42.bb b/meta/recipes-graphics/wayland/wayland-protocols_1.44.bb index 7cbb650cda..c86f09eb7c 100644 --- a/meta/recipes-graphics/wayland/wayland-protocols_1.42.bb +++ b/meta/recipes-graphics/wayland/wayland-protocols_1.44.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 | ||
12 | SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${PV}/downloads/wayland-protocols-${PV}.tar.xz" | 12 | SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${PV}/downloads/wayland-protocols-${PV}.tar.xz" |
13 | SRC_URI[sha256sum] = "23ba80d410d1200a86fe29592c19766eae8f1c350b67289999e9e7ea12d9f7aa" | 13 | SRC_URI[sha256sum] = "3df1107ecf8bfd6ee878aeca5d3b7afd81248a48031e14caf6ae01f14eebb50e" |
14 | 14 | ||
15 | UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/tags" | 15 | UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/tags" |
16 | UPSTREAM_CHECK_REGEX = "releases/(?P<pver>.+)" | 16 | UPSTREAM_CHECK_REGEX = "releases/(?P<pver>.+)" |