diff options
Diffstat (limited to 'meta-networking/recipes-support/spice/usbredir_git.bb')
-rw-r--r-- | meta-networking/recipes-support/spice/usbredir_git.bb | 21 |
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 0000000000..3fea7528e5 --- /dev/null +++ b/meta-networking/recipes-support/spice/usbredir_git.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | SUMMARY = "usbredir libraries and utilities" | ||
2 | |||
3 | LICENSE = "GPLv2+ & LGPLv2.1+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
5 | file://COPYING.LIB;md5=4b54a1fd55a448865a0b32d41598759d \ | ||
6 | " | ||
7 | |||
8 | DEPENDS = "libusb1" | ||
9 | |||
10 | SRCREV = "39aa3c69f61bba28856a3eef3fe4ab37a3968e88" | ||
11 | PV = "0.7.1+git${SRCPV}" | ||
12 | |||
13 | SRC_URI = " \ | ||
14 | git://anongit.freedesktop.org/spice/usbredir \ | ||
15 | " | ||
16 | |||
17 | S = "${WORKDIR}/git" | ||
18 | |||
19 | inherit autotools pkgconfig | ||
20 | |||
21 | BBCLASSEXTEND = "native nativesdk" | ||