mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
libgusb: upgrade 0.3.6 -> 0.3.7
Version 0.3.7 ~~~~~~~~~~~~~ Released: 2021-05-24 New Features: - Add a FreeBSD CI target (Richard Hughes) Bugfixes: - Do not depend on libusb_get_parent() to fix FreeBSD compile (Richard Hughes) - Do not depend on libusb_get_port_number() to fix DragonFlyBSD compile (Richard Hughes) - Do not double-reference USB devices (Marco Trevisan) - Do not run the tests on FreeBSD (Richard Hughes) - Require *any* python3 to fix FreeBSD build (Richard Hughes) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+1
-1
@@ -7,5 +7,5 @@ DEPENDS = "glib-2.0 libusb"
|
||||
inherit meson gobject-introspection gtk-doc gettext vala
|
||||
|
||||
SRC_URI = "git://github.com/hughsie/libgusb.git"
|
||||
SRCREV = "b0464454048cac6779d4d51f12fe7f37ae4bbd57"
|
||||
SRCREV = "ff9c606d9d72c7dd369ad220d92729556faaaf0c"
|
||||
S = "${WORKDIR}/git"
|
||||
Reference in New Issue
Block a user