From 1b8c39fe9834ed7b6f8857152f369027ffd0a35e Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 23 Aug 2023 14:19:53 +0200 Subject: usbredir: upgrade 0.9.0 -> 0.13.0 -switch to meson buildsystem Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../recipes-support/spice/usbredir_0.13.0.bb | 18 ++++++++++++++++++ .../recipes-support/spice/usbredir_0.9.0.bb | 20 -------------------- 2 files changed, 18 insertions(+), 20 deletions(-) create mode 100644 meta-networking/recipes-support/spice/usbredir_0.13.0.bb delete mode 100644 meta-networking/recipes-support/spice/usbredir_0.9.0.bb (limited to 'meta-networking/recipes-support') diff --git a/meta-networking/recipes-support/spice/usbredir_0.13.0.bb b/meta-networking/recipes-support/spice/usbredir_0.13.0.bb new file mode 100644 index 0000000000..3a73f9b189 --- /dev/null +++ b/meta-networking/recipes-support/spice/usbredir_0.13.0.bb @@ -0,0 +1,18 @@ +SUMMARY = "usbredir libraries and utilities" + +LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://COPYING.LIB;md5=4b54a1fd55a448865a0b32d41598759d \ +" + +DEPENDS = "libusb1 glib-2.0" + +SRCREV = "5fc0e1c43194d948545941d408f4c10d084eb6ed" + +SRC_URI = "git://gitlab.freedesktop.org/spice/usbredir;branch=main;protocol=https" + +S = "${WORKDIR}/git" + +inherit meson pkgconfig + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-networking/recipes-support/spice/usbredir_0.9.0.bb b/meta-networking/recipes-support/spice/usbredir_0.9.0.bb deleted file mode 100644 index 452491023e..0000000000 --- a/meta-networking/recipes-support/spice/usbredir_0.9.0.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "usbredir libraries and utilities" - -LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ - file://COPYING.LIB;md5=4b54a1fd55a448865a0b32d41598759d \ -" - -DEPENDS = "libusb1" - -SRCREV = "bca484fc6f206ab9da2f73e8a0118fad45374d4e" - -SRC_URI = " \ - git://anongit.freedesktop.org/spice/usbredir;branch=master \ -" - -S = "${WORKDIR}/git" - -inherit autotools pkgconfig - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf