diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-12 10:58:16 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-11 22:02:03 -0700 |
commit | a5ec07e2e822f4ba7fcda99a96c6c31fb194b0db (patch) | |
tree | 48987e1160d1f73cdefe37f6bffa39f53307d213 | |
parent | 653dbf48bb4ef9113e5e1f7fd370c9cdac581922 (diff) | |
download | meta-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 | ||
8 | DEPENDS = "libusb1 glib-2.0" | 8 | DEPENDS = "libusb1 glib-2.0" |
9 | 9 | ||
10 | SRCREV = "5fc0e1c43194d948545941d408f4c10d084eb6ed" | 10 | SRCREV = "2d373432e604960c1dcc14fb97098febe4d64025" |
11 | 11 | ||
12 | SRC_URI = "git://gitlab.freedesktop.org/spice/usbredir;branch=main;protocol=https" | 12 | SRC_URI = "git://gitlab.freedesktop.org/spice/usbredir;branch=main;protocol=https" |
13 | 13 | ||