From: Wang Mingyu Date: Tue, 3 Sep 2024 08:32:59 +0000 (+0800) Subject: wayland: upgrade 1.23.0 -> 1.23.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d929508fe77f1dc158cd5656721bcfbf105c07d7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git wayland: upgrade 1.23.0 -> 1.23.1 Changelog: ============ - meson: Fix use of install_data() without specifying install_dir - Put WL_DEPRECATED in front of the function declarations - client: Handle proxies with no queue - tests: add enum bitfield test - scanner: fix validator for bitfields - scanner: extract validator function emission to helper function Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/wayland/wayland_1.23.0.bb b/meta/recipes-graphics/wayland/wayland_1.23.1.bb similarity index 96% rename from meta/recipes-graphics/wayland/wayland_1.23.0.bb rename to meta/recipes-graphics/wayland/wayland_1.23.1.bb index 8ff47ac171c..3a5d91be04a 100644 --- a/meta/recipes-graphics/wayland/wayland_1.23.0.bb +++ b/meta/recipes-graphics/wayland/wayland_1.23.1.bb @@ -16,7 +16,7 @@ SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland/-/releases/${PV}/downl file://run-ptest \ file://0001-build-Fix-strndup-detection-on-MinGW.patch \ " -SRC_URI[sha256sum] = "05b3e1574d3e67626b5974f862f36b5b427c7ceeb965cb36a4e6c2d342e45ab2" +SRC_URI[sha256sum] = "864fb2a8399e2d0ec39d56e9d9b753c093775beadc6022ce81f441929a81e5ed" UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/wayland/wayland/-/tags" UPSTREAM_CHECK_REGEX = "releases/(?P\d+\.\d+\.(?!9\d+)\d+)"