From 807ecc4056afe3804e8b0a2236175c303a682bc8 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sun, 7 Apr 2019 16:45:12 +0200 Subject: usbredir: update to 0.8.0 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- .../recipes-support/spice/usbredir_0.8.0.bb | 20 ++++++++++++++++++++ .../recipes-support/spice/usbredir_git.bb | 21 --------------------- 2 files changed, 20 insertions(+), 21 deletions(-) create mode 100644 meta-networking/recipes-support/spice/usbredir_0.8.0.bb delete mode 100644 meta-networking/recipes-support/spice/usbredir_git.bb diff --git a/meta-networking/recipes-support/spice/usbredir_0.8.0.bb b/meta-networking/recipes-support/spice/usbredir_0.8.0.bb new file mode 100644 index 0000000000..9ee43be1ea --- /dev/null +++ b/meta-networking/recipes-support/spice/usbredir_0.8.0.bb @@ -0,0 +1,20 @@ +SUMMARY = "usbredir libraries and utilities" + +LICENSE = "GPLv2+ & LGPLv2.1+" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://COPYING.LIB;md5=4b54a1fd55a448865a0b32d41598759d \ +" + +DEPENDS = "libusb1" + +SRCREV = "07b98b8e71f620dfdd57e92ddef6b677b259a092" + +SRC_URI = " \ + git://anongit.freedesktop.org/spice/usbredir \ +" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta-networking/recipes-support/spice/usbredir_git.bb b/meta-networking/recipes-support/spice/usbredir_git.bb deleted file mode 100644 index 3fea7528e5..0000000000 --- a/meta-networking/recipes-support/spice/usbredir_git.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "usbredir libraries and utilities" - -LICENSE = "GPLv2+ & LGPLv2.1+" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ - file://COPYING.LIB;md5=4b54a1fd55a448865a0b32d41598759d \ -" - -DEPENDS = "libusb1" - -SRCREV = "39aa3c69f61bba28856a3eef3fe4ab37a3968e88" -PV = "0.7.1+git${SRCPV}" - -SRC_URI = " \ - git://anongit.freedesktop.org/spice/usbredir \ -" - -S = "${WORKDIR}/git" - -inherit autotools pkgconfig - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf