diff options
author | Jens Rehsack <rehsack@gmail.com> | 2015-10-08 16:36:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-25 07:50:31 +0000 |
commit | cb01f6d0af2cffaecc77eefb1ad07b1891a8177a (patch) | |
tree | 27e01185ce5710b1d1f4f78454ac48174ac50db4 | |
parent | b4e6f6345b97361b9fa6cd87f76a09c4a7063dc9 (diff) | |
download | poky-cb01f6d0af2cffaecc77eefb1ad07b1891a8177a.tar.gz |
libusb1: upgrade from 1.0.19 to 1.0.20
This updates libusb1 from 1.0.19 to 1.0.20
2015-09-13: v1.0.20
* Add Haiku support
* Fix multiple memory and resource leaks (#16, #52, #76, #81)
* Fix possible deadlock when executing transfer callback
* New libusb_free_pollfds() API
* Darwin: Fix devices not being detected on OS X 10.8 (#48)
* Linux: Allow larger isochronous transfer submission (#23)
* Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings
* Windows: Fix broken bus number lookup
* Windows: Improve submission of control requests for composite devices
* Examples: Add two-stage load support to fxload (#12)
* Correctly report cancellations due to timeouts
* Improve efficiency of event handling
* Improve speed of transfer submission in multi-threaded environments
* Various other bug fixes and improvements
The (#xx) numbers are libusb issue numbers, see ie:
https://github.com/libusb/libusb/issues/16
(From OE-Core rev: 641a9454fbb25f1458bb8f96cbfada3e0da98dee)
Signed-off-by: Jens Rehsack <sno@netbsd.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/libusb/libusb1_1.0.20.bb (renamed from meta/recipes-support/libusb/libusb1_1.0.19.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libusb/libusb1_1.0.19.bb b/meta/recipes-support/libusb/libusb1_1.0.20.bb index a20e1fcdb8..21b8b45a6a 100644 --- a/meta/recipes-support/libusb/libusb1_1.0.19.bb +++ b/meta/recipes-support/libusb/libusb1_1.0.20.bb | |||
@@ -11,8 +11,8 @@ BBCLASSEXTEND = "native nativesdk" | |||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.bz2 \ | 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.bz2 \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI[md5sum] = "f9e2bb5879968467e5ca756cb4e1fa7e" | 14 | SRC_URI[md5sum] = "1d4eb194eaaa2bcfbba28102768c7dbf" |
15 | SRC_URI[sha256sum] = "6c502c816002f90d4f76050a6429c3a7e0d84204222cbff2dce95dd773ba6840" | 15 | SRC_URI[sha256sum] = "cb057190ba0a961768224e4dc6883104c6f945b2bf2ef90d7da39e7c1834f7ff" |
16 | 16 | ||
17 | S = "${WORKDIR}/libusb-${PV}" | 17 | S = "${WORKDIR}/libusb-${PV}" |
18 | 18 | ||