[oe][meta-networking][master-next][PATCH 5/11] usbredir: upgrade 0.14.0 -> 0.15.0
[email protected] Mon, 3 Aug 2026 00:04:36 +1200
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Ankur Tyagi <[email protected]> Also included tag in the SRC_URI. Changelog: - usbredirect: Fix crash with multiple connections - usbredirect: Fix win32 cross-compile warning - usbredirtestclient: Fix memory leak Signed-off-by: Ankur Tyagi <[email protected]> --- .../spice/{usbredir_0.14.0.bb => usbredir_0.15.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/spice/{usbredir_0.14.0.bb => usbredir_0.15.0.bb} (82%) diff --git a/meta-networking/recipes-support/spice/usbredir_0.14.0.bb b/meta-networking/recipes-support/spice/usbredir_0.15.0.bb similarity index 82% rename from meta-networking/recipes-support/spice/usbredir_0.14.0.bb rename to meta-networking/recipes-support/spice/usbredir_0.15.0.bb index c4c091b0ff..e8cde41d8b 100644 --- a/meta-networking/recipes-support/spice/usbredir_0.14.0.bb +++ b/meta-networking/recipes-support/spice/usbredir_0.15.0.bb @@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ DEPENDS = "libusb1 glib-2.0" -SRCREV = "2d373432e604960c1dcc14fb97098febe4d64025" +SRCREV = "41c79583a4eecaf6cfe938278554210c718c85d2" -SRC_URI = "git://gitlab.freedesktop.org/spice/usbredir;branch=main;protocol=https" +SRC_URI = "git://gitlab.freedesktop.org/spice/usbredir;branch=main;protocol=https;tag=${BP}" inherit meson pkgconfig