Skip to content

Commit 7463469

Browse files
wangmingyu84kraj
authored andcommitted
hidapi: upgrade 0.10.1 -> 0.11.2
Changelog: ========== 0001-configure.ac-remove-duplicate-AC_CONFIG_MACRO_DIR-22.patch removed since it's included in 0.11.2 hidraw: hid_get_input_report implementation for kernels that supports it (openembedded#351); windows: several improvements and bugfixes (openembedded#348, openembedded#360, openembedded#361); libusb: fix potential crash when libusb_detach_kernel_driver fails (openembedded#363) general: documentation improvements; Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent 3d3a31f commit 7463469

File tree

2 files changed

+3
-32
lines changed

2 files changed

+3
-32
lines changed

meta-oe/recipes-support/hidapi/hidapi/0001-configure.ac-remove-duplicate-AC_CONFIG_MACRO_DIR-22.patch

Lines changed: 0 additions & 27 deletions
This file was deleted.

meta-oe/recipes-support/hidapi/hidapi_git.bb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ RDEPENDS:${PN}:append:libc-glibc = " glibc-gconv-utf-16"
1111

1212
inherit autotools pkgconfig
1313

14-
SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master \
15-
file://0001-configure.ac-remove-duplicate-AC_CONFIG_MACRO_DIR-22.patch \
16-
"
17-
PV = "0.10.1"
18-
SRCREV = "f6d0073fcddbdda24549199445e844971d3c9cef"
14+
SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master"
15+
PV = "0.11.2"
16+
SRCREV = "31bde69a1f08c880ef1622f2586eea0daf3b0857"
1917
S = "${WORKDIR}/git"

0 commit comments

Comments
 (0)