summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-06-12 10:58:16 +0800
committerKhem Raj <raj.khem@gmail.com>2024-06-11 22:02:03 -0700
commita5ec07e2e822f4ba7fcda99a96c6c31fb194b0db (patch)
tree48987e1160d1f73cdefe37f6bffa39f53307d213
parent653dbf48bb4ef9113e5e1f7fd370c9cdac581922 (diff)
downloadmeta-openembedded-a5ec07e2e822f4ba7fcda99a96c6c31fb194b0db.tar.gz
usbredir: upgrade 0.13.0 -> 0.14.0
Changelog: ============ - usbredirect: Fix redirecting identical devices - usbredirect: Fix CPU tight loop when run as TCP server - usbredirect: Fix some minor memory leaks - usbredirect: Add documentation about bus-device option - usbredirtestclient: Fix build on MacOS 10.5 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/spice/usbredir_0.14.0.bb (renamed from meta-networking/recipes-support/spice/usbredir_0.13.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/spice/usbredir_0.13.0.bb b/meta-networking/recipes-support/spice/usbredir_0.14.0.bb
index 3a73f9b18..82f48ccdb 100644
--- a/meta-networking/recipes-support/spice/usbredir_0.13.0.bb
+++ b/meta-networking/recipes-support/spice/usbredir_0.14.0.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
7 7
8DEPENDS = "libusb1 glib-2.0" 8DEPENDS = "libusb1 glib-2.0"
9 9
10SRCREV = "5fc0e1c43194d948545941d408f4c10d084eb6ed" 10SRCREV = "2d373432e604960c1dcc14fb97098febe4d64025"
11 11
12SRC_URI = "git://gitlab.freedesktop.org/spice/usbredir;branch=main;protocol=https" 12SRC_URI = "git://gitlab.freedesktop.org/spice/usbredir;branch=main;protocol=https"
13 13