aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/spice/usbredir_0.8.0.bb
blob: 9ee43be1ea60583151d73921f2a0b3fb2017e390 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"