[oe][meta-networking][wrynose][PATCH 22/36] usbredir: upgrade 0.14.0 -> 0.15.0
| 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]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit 0f1dbf97aea4b3fcff8779a5a3e1b296ca095d97) 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 81c7fdf0c8..5ebd6e8917 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