mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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>
This commit is contained in:
committed by
Armin Kuster
parent
d182f4170f
commit
9414d5d2c7
21
meta-networking/recipes-support/spice/usbredir_git.bb
Normal file
21
meta-networking/recipes-support/spice/usbredir_git.bb
Normal file
@@ -0,0 +1,21 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user