From 8f0bc1ac75682a8b752ef38c9519f0ec2277d385 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 29 Oct 2025 17:42:29 +0100 Subject: spice-protocols: update 0.14.4 -> 0.14.5 Major changes in 0.14.5 ======================= * Add SPICE_MSG_DISPLAY_GL_SCANOUT2_UNIX * Fix for Windows Arm64 build Signed-off-by: Khem Raj --- .../recipes-support/spice/spice-protocol_0.14.4.bb | 20 -------------------- .../recipes-support/spice/spice-protocol_0.14.5.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-networking/recipes-support/spice/spice-protocol_0.14.4.bb create mode 100644 meta-networking/recipes-support/spice/spice-protocol_0.14.5.bb (limited to 'meta-networking/recipes-support/spice') diff --git a/meta-networking/recipes-support/spice/spice-protocol_0.14.4.bb b/meta-networking/recipes-support/spice/spice-protocol_0.14.4.bb deleted file mode 100644 index 7f08eebee7..0000000000 --- a/meta-networking/recipes-support/spice/spice-protocol_0.14.4.bb +++ /dev/null @@ -1,20 +0,0 @@ -# -# Copyright (C) 2013 Wind River Systems, Inc. -# - -SUMMARY = "Simple Protocol for Independent Computing Environments (protocol definition" -HOMEPAGE = "https://spice-space.org" - -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://COPYING;md5=b37311cb5604f3e5cc2fb0fd23527e95" - -SRCREV = "6f453a775d87087c6ba59fc180c1a1e466631a47" - -SRC_URI = "git://gitlab.freedesktop.org/spice/spice-protocol.git;protocol=https;branch=master" - - -inherit meson pkgconfig - -ALLOW_EMPTY:${PN} = "1" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-networking/recipes-support/spice/spice-protocol_0.14.5.bb b/meta-networking/recipes-support/spice/spice-protocol_0.14.5.bb new file mode 100644 index 0000000000..9ac6833d67 --- /dev/null +++ b/meta-networking/recipes-support/spice/spice-protocol_0.14.5.bb @@ -0,0 +1,20 @@ +# +# Copyright (C) 2013 Wind River Systems, Inc. +# + +SUMMARY = "Simple Protocol for Independent Computing Environments (protocol definition" +HOMEPAGE = "https://spice-space.org" + +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://COPYING;md5=b37311cb5604f3e5cc2fb0fd23527e95" + +SRCREV = "c5c2f26422b44e3143c87814af73c38125d4ccfc" + +SRC_URI = "git://gitlab.freedesktop.org/spice/spice-protocol.git;protocol=https;branch=master" + + +inherit meson pkgconfig + +ALLOW_EMPTY:${PN} = "1" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf