2021-10-06 15:27:34 -04:00
|
|
|
SUMMARY = "GUsb is a GObject wrapper for libusb1"
|
2022-05-28 11:20:07 -04:00
|
|
|
LICENSE = "LGPL-2.1-only"
|
2021-10-06 15:27:34 -04:00
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
|
|
|
|
|
|
|
DEPENDS = "glib-2.0 libusb1"
|
|
|
|
|
|
|
|
inherit meson gobject-introspection gtk-doc gettext vala
|
|
|
|
|
2022-05-28 11:20:07 -04:00
|
|
|
SRC_URI = "git://github.com/hughsie/libgusb.git;branch=master;protocol=https"
|
2021-10-06 15:27:34 -04:00
|
|
|
SRCREV = "ff9c606d9d72c7dd369ad220d92729556faaaf0c"
|
|
|
|
S = "${WORKDIR}/git"
|