From 750de61d44407f0358ffae1392d0903dcd566b6e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 23 Feb 2022 15:51:08 +0800 Subject: spice-protocol: upgrade 0.14.3 -> 0.14.4 Major changes in 0.14.4 ======================= * Fix enum deprecation warning for visual studio * Fix documentation typos in stream-device.h Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/spice/spice-protocol_0.14.4.bb | 19 +++++++++++++++++++ .../recipes-support/spice/spice-protocol_1.14.3.bb | 19 ------------------- 2 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 meta-networking/recipes-support/spice/spice-protocol_0.14.4.bb delete mode 100644 meta-networking/recipes-support/spice/spice-protocol_1.14.3.bb (limited to 'meta-networking') 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 new file mode 100644 index 0000000000..9ce019ed86 --- /dev/null +++ b/meta-networking/recipes-support/spice/spice-protocol_0.14.4.bb @@ -0,0 +1,19 @@ +# +# 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" + +S = "${WORKDIR}/git" + +inherit meson pkgconfig + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-networking/recipes-support/spice/spice-protocol_1.14.3.bb b/meta-networking/recipes-support/spice/spice-protocol_1.14.3.bb deleted file mode 100644 index 1ea606bb6d..0000000000 --- a/meta-networking/recipes-support/spice/spice-protocol_1.14.3.bb +++ /dev/null @@ -1,19 +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 = "90b57dace404db564a8e034ad4427b9951071bcd" - -SRC_URI = "git://gitlab.freedesktop.org/spice/spice-protocol.git;protocol=https;branch=master" - -S = "${WORKDIR}/git" - -inherit meson pkgconfig - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf