mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.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 = "07b98b8e71f620dfdd57e92ddef6b677b259a092"
|
|
|
|
SRC_URI = " \
|
|
git://anongit.freedesktop.org/spice/usbredir \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|