From ab1ca41beacd42b12d9f41cce68c52ec4064b024 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Dec 2024 17:11:03 +0800 Subject: wayland-protocols: upgrade 1.38 -> 1.39 Changelog: ========== - Add ext-workspace - build: Raise required wayland-scanner version to 1.23.0 for tests - governance: update NACK usage/restrictions - governance: introduce workflow improvements - add experimental protocols and their requirements - governance: Deprecate wayland-devel@ - governance: Specify how to change points of contact - governance: Clarify 'member' - drm-lease: nominate Simon Zeni as maintainer - ext-image-copy-capture: fix the error in the protocol description (From OE-Core rev: 480f77a45f04cff460cd15c105282ec79dec2c8e) Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../wayland/wayland-protocols_1.38.bb | 25 ---------------------- .../wayland/wayland-protocols_1.39.bb | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta/recipes-graphics/wayland/wayland-protocols_1.38.bb create mode 100644 meta/recipes-graphics/wayland/wayland-protocols_1.39.bb (limited to 'meta') diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.38.bb b/meta/recipes-graphics/wayland/wayland-protocols_1.38.bb deleted file mode 100644 index be6b732b1a..0000000000 --- a/meta/recipes-graphics/wayland/wayland-protocols_1.38.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "Collection of additional Wayland protocols" -DESCRIPTION = "Wayland protocols that add functionality not \ -available in the Wayland core protocol. Such protocols either add \ -completely new functionality, or extend the functionality of some other \ -protocol either in Wayland core, or some other protocol in \ -wayland-protocols." -HOMEPAGE = "http://wayland.freedesktop.org" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \ - file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53" - -SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${PV}/downloads/wayland-protocols-${PV}.tar.xz" -SRC_URI[sha256sum] = "ff17292c05159d2b20ce6cacfe42d7e31a28198fa1429a769b03af7c38581dbe" - -UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/tags" -UPSTREAM_CHECK_REGEX = "releases/(?P.+)" - -DEPENDS += "wayland-native" - -inherit meson pkgconfig allarch - -EXTRA_OEMESON += "-Dtests=false" - -BBCLASSEXTEND = "native nativesdk" - diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.39.bb b/meta/recipes-graphics/wayland/wayland-protocols_1.39.bb new file mode 100644 index 0000000000..82c373df21 --- /dev/null +++ b/meta/recipes-graphics/wayland/wayland-protocols_1.39.bb @@ -0,0 +1,25 @@ +SUMMARY = "Collection of additional Wayland protocols" +DESCRIPTION = "Wayland protocols that add functionality not \ +available in the Wayland core protocol. Such protocols either add \ +completely new functionality, or extend the functionality of some other \ +protocol either in Wayland core, or some other protocol in \ +wayland-protocols." +HOMEPAGE = "http://wayland.freedesktop.org" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \ + file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53" + +SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${PV}/downloads/wayland-protocols-${PV}.tar.xz" +SRC_URI[sha256sum] = "e1dcdcbbf08e2e0a8a02ee5d9a0be3a6aafc39a4b51fa7e0d2f1a16411cb72fa" + +UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/tags" +UPSTREAM_CHECK_REGEX = "releases/(?P.+)" + +DEPENDS += "wayland-native" + +inherit meson pkgconfig allarch + +EXTRA_OEMESON += "-Dtests=false" + +BBCLASSEXTEND = "native nativesdk" + -- cgit v1.2.3-54-g00ecf