blob: 5245f95f5c5ae52652bdedcb2fab39f6a346063f [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001SUMMARY = "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
Andrew Geisslere34f8962021-04-15 15:53:51 -050010SRCREV = "bca484fc6f206ab9da2f73e8a0118fad45374d4e"
Brad Bishopc342db32019-05-15 21:57:59 -040011
12SRC_URI = " \
Andrew Geissler595f6302022-01-24 19:11:47 +000013 git://anongit.freedesktop.org/spice/usbredir;branch=master \
Brad Bishopc342db32019-05-15 21:57:59 -040014"
15
16S = "${WORKDIR}/git"
17
18inherit autotools pkgconfig
19
20BBCLASSEXTEND = "native nativesdk"