diff options
| author | Ross Burton <ross.burton@arm.com> | 2022-02-01 16:35:06 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-02-03 08:44:32 -0800 |
| commit | 4378a4f84bc1e3d2cb77d7be35b9373122645645 (patch) | |
| tree | 548b7856ce81e946071e63224b479811b01bdb6d | |
| parent | e4ad5c15c38ea9725a698bf8e31f04116b06fd64 (diff) | |
| download | meta-openembedded-4378a4f84bc1e3d2cb77d7be35b9373122645645.tar.gz | |
spice-protocol: upgrade to 1.14.3
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/spice/spice-protocol_1.14.3.bb | 19 | ||||
| -rw-r--r-- | meta-networking/recipes-support/spice/spice-protocol_git.bb | 28 |
2 files changed, 19 insertions, 28 deletions
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 new file mode 100644 index 0000000000..1ea606bb6d --- /dev/null +++ b/meta-networking/recipes-support/spice/spice-protocol_1.14.3.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2013 Wind River Systems, Inc. | ||
| 3 | # | ||
| 4 | |||
| 5 | SUMMARY = "Simple Protocol for Independent Computing Environments (protocol definition" | ||
| 6 | HOMEPAGE = "https://spice-space.org" | ||
| 7 | |||
| 8 | LICENSE = "BSD-3-Clause" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b37311cb5604f3e5cc2fb0fd23527e95" | ||
| 10 | |||
| 11 | SRCREV = "90b57dace404db564a8e034ad4427b9951071bcd" | ||
| 12 | |||
| 13 | SRC_URI = "git://gitlab.freedesktop.org/spice/spice-protocol.git;protocol=https;branch=master" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit meson pkgconfig | ||
| 18 | |||
| 19 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta-networking/recipes-support/spice/spice-protocol_git.bb b/meta-networking/recipes-support/spice/spice-protocol_git.bb deleted file mode 100644 index ca683bf220..0000000000 --- a/meta-networking/recipes-support/spice/spice-protocol_git.bb +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2013 Wind River Systems, Inc. | ||
| 3 | # | ||
| 4 | |||
| 5 | SUMMARY = "Simple Protocol for Independent Computing Environments" | ||
| 6 | DESCRIPTION = "SPICE (the Simple Protocol for Independent Computing \ | ||
| 7 | Environments) is a remote-display system built for virtual \ | ||
| 8 | environments which allows users to view a computing 'desktop' \ | ||
| 9 | environment - not only on its computer-server machine, but also from \ | ||
| 10 | anywhere on the Internet and using a wide variety of machine \ | ||
| 11 | architectures." | ||
| 12 | |||
| 13 | LICENSE = "BSD-3-Clause" | ||
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=b37311cb5604f3e5cc2fb0fd23527e95" | ||
| 15 | |||
| 16 | PV = "0.14.1+git${SRCPV}" | ||
| 17 | |||
| 18 | SRCREV = "e0ec178a72aa33e307ee5ac02b63bf336da921a5" | ||
| 19 | |||
| 20 | SRC_URI = " \ | ||
| 21 | git://anongit.freedesktop.org/spice/spice-protocol;branch=master \ | ||
| 22 | " | ||
| 23 | |||
| 24 | S = "${WORKDIR}/git" | ||
| 25 | |||
| 26 | inherit autotools gettext pkgconfig | ||
| 27 | |||
| 28 | BBCLASSEXTEND = "native nativesdk" | ||
