mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 lines
444 B
BlitzBasic
21 lines
444 B
BlitzBasic
SUMMARY = "usbredir libraries and utilities"
|
|
|
|
LICENSE = "GPLv2+ & LGPLv2.1+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
|
file://COPYING.LIB;md5=4b54a1fd55a448865a0b32d41598759d \
|
|
"
|
|
|
|
DEPENDS = "libusb1"
|
|
|
|
SRCREV = "bca484fc6f206ab9da2f73e8a0118fad45374d4e"
|
|
|
|
SRC_URI = " \
|
|
git://anongit.freedesktop.org/spice/usbredir \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|