summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/spice/usbredir_0.8.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/spice/usbredir_0.8.0.bb')
-rw-r--r--meta-networking/recipes-support/spice/usbredir_0.8.0.bb20
1 files changed, 20 insertions, 0 deletions
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 000000000..9ee43be1e
--- /dev/null
+++ b/meta-networking/recipes-support/spice/usbredir_0.8.0.bb
@@ -0,0 +1,20 @@
1SUMMARY = "usbredir libraries and utilities"
2
3LICENSE = "GPLv2+ & LGPLv2.1+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
5 file://COPYING.LIB;md5=4b54a1fd55a448865a0b32d41598759d \
6"
7
8DEPENDS = "libusb1"
9
10SRCREV = "07b98b8e71f620dfdd57e92ddef6b677b259a092"
11
12SRC_URI = " \
13 git://anongit.freedesktop.org/spice/usbredir \
14"
15
16S = "${WORKDIR}/git"
17
18inherit autotools pkgconfig
19
20BBCLASSEXTEND = "native nativesdk"