diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-07-06 11:13:24 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-07-08 09:21:40 -0700 |
commit | 757ea280fd5a7212d320c91db21fe5e2625698ff (patch) | |
tree | 64b5ec7a168c93324715f297d8501dc6920ebe9d /meta-oe | |
parent | c766b9adb9c2ba4f9410dcc9b5d3769337555331 (diff) | |
download | meta-openembedded-757ea280fd5a7212d320c91db21fe5e2625698ff.tar.gz |
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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/libgusb/libgusb_0.3.7.bb (renamed from meta-oe/recipes-support/libgusb/libgusb_0.3.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libgusb/libgusb_0.3.6.bb b/meta-oe/recipes-support/libgusb/libgusb_0.3.7.bb index 2f74013cad..2b87281793 100644 --- a/meta-oe/recipes-support/libgusb/libgusb_0.3.6.bb +++ b/meta-oe/recipes-support/libgusb/libgusb_0.3.7.bb | |||
@@ -7,5 +7,5 @@ DEPENDS = "glib-2.0 libusb" | |||
7 | inherit meson gobject-introspection gtk-doc gettext vala | 7 | inherit meson gobject-introspection gtk-doc gettext vala |
8 | 8 | ||
9 | SRC_URI = "git://github.com/hughsie/libgusb.git" | 9 | SRC_URI = "git://github.com/hughsie/libgusb.git" |
10 | SRCREV = "b0464454048cac6779d4d51f12fe7f37ae4bbd57" | 10 | SRCREV = "ff9c606d9d72c7dd369ad220d92729556faaaf0c" |
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |