summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/spice
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2018-05-11 19:21:41 +0000
committerArmin Kuster <akuster808@gmail.com>2018-05-17 08:32:26 -0700
commit9414d5d2c79fbc98faa04b6d9ff4ba5bc5e73764 (patch)
treeda0e2df3907bcaecd094229b946792f2277fbc47 /meta-networking/recipes-support/spice
parentd182f4170fc133d088c9abe338dceded9faf2d38 (diff)
downloadmeta-openembedded-9414d5d2c79fbc98faa04b6d9ff4ba5bc5e73764.tar.gz
usbredir: add new recipe
* can be used by qemu to redirect usb devices from virt-manager to qemu Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/spice')
-rw-r--r--meta-networking/recipes-support/spice/usbredir_git.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/spice/usbredir_git.bb b/meta-networking/recipes-support/spice/usbredir_git.bb
new file mode 100644
index 000000000..3fea7528e
--- /dev/null
+++ b/meta-networking/recipes-support/spice/usbredir_git.bb
@@ -0,0 +1,21 @@
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 = "39aa3c69f61bba28856a3eef3fe4ab37a3968e88"
11PV = "0.7.1+git${SRCPV}"
12
13SRC_URI = " \
14 git://anongit.freedesktop.org/spice/usbredir \
15"
16
17S = "${WORKDIR}/git"
18
19inherit autotools pkgconfig
20
21BBCLASSEXTEND = "native nativesdk"