diff options
Diffstat (limited to 'meta-networking/recipes-support/spice/usbredir_0.14.0.bb')
-rw-r--r-- | meta-networking/recipes-support/spice/usbredir_0.14.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/spice/usbredir_0.14.0.bb b/meta-networking/recipes-support/spice/usbredir_0.14.0.bb new file mode 100644 index 0000000000..81c7fdf0c8 --- /dev/null +++ b/meta-networking/recipes-support/spice/usbredir_0.14.0.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | SUMMARY = "usbredir libraries and utilities" | ||
2 | |||
3 | LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
5 | file://COPYING.LIB;md5=4b54a1fd55a448865a0b32d41598759d \ | ||
6 | " | ||
7 | |||
8 | DEPENDS = "libusb1 glib-2.0" | ||
9 | |||
10 | SRCREV = "2d373432e604960c1dcc14fb97098febe4d64025" | ||
11 | |||
12 | SRC_URI = "git://gitlab.freedesktop.org/spice/usbredir;branch=main;protocol=https" | ||
13 | |||
14 | |||
15 | inherit meson pkgconfig | ||
16 | |||
17 | BBCLASSEXTEND = "native nativesdk" | ||