diff mbox series

[1/1] package/hidapi: bump to version 0.11.0

Message ID 20211017093228.984724-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/hidapi: bump to version 0.11.0 | expand

Commit Message

Fabrice Fontaine Oct. 17, 2021, 9:32 a.m. UTC
This bump will fix the following build failure raised since
bump of autoconf to version 2.71 in commit
ecd54b65c1f998a7ccd91f7c523e4ff38c4781da thanks to
https://github.com/libusb/hidapi/commit/d15d594a415e5f51d2cd8ff8bb77b3765a539b98:

configure.ac:16: error: AC_CONFIG_MACRO_DIR can only be used once

https://github.com/libusb/hidapi/releases/tag/hidapi-0.11.0

Fixes:
 - http://autobuild.buildroot.org/results/4e55332625b7e55b338368e231f7bc6086403a04

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/hidapi/hidapi.hash | 2 +-
 package/hidapi/hidapi.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni Oct. 18, 2021, 7:19 p.m. UTC | #1
On Sun, 17 Oct 2021 11:32:28 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> This bump will fix the following build failure raised since
> bump of autoconf to version 2.71 in commit
> ecd54b65c1f998a7ccd91f7c523e4ff38c4781da thanks to
> https://github.com/libusb/hidapi/commit/d15d594a415e5f51d2cd8ff8bb77b3765a539b98:
> 
> configure.ac:16: error: AC_CONFIG_MACRO_DIR can only be used once
> 
> https://github.com/libusb/hidapi/releases/tag/hidapi-0.11.0
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/4e55332625b7e55b338368e231f7bc6086403a04
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/hidapi/hidapi.hash | 2 +-
>  package/hidapi/hidapi.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/hidapi/hidapi.hash b/package/hidapi/hidapi.hash
index b49b6d1f91..95046386a7 100644
--- a/package/hidapi/hidapi.hash
+++ b/package/hidapi/hidapi.hash
@@ -1,5 +1,5 @@ 
 # Locally calculated
-sha256  f71dd8a1f46979c17ee521bc2117573872bbf040f8a4750e492271fc141f2644  hidapi-0.10.1.tar.gz
+sha256  391d8e52f2d6a5cf76e2b0c079cfefe25497ba1d4659131297081fc0cd744632  hidapi-0.11.0.tar.gz
 sha256  7d3b087c34f35d4d538e3bcddd1ff8f66e92f9ef336881999482800ddf840913  LICENSE.txt
 sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  LICENSE-gpl3.txt
 sha256  30eb1bef29b46f8ba7ab8b416035dbd93cb034a45481dd97815b944284582cd2  LICENSE-bsd.txt
diff --git a/package/hidapi/hidapi.mk b/package/hidapi/hidapi.mk
index 7598ef7fb9..9341f0186c 100644
--- a/package/hidapi/hidapi.mk
+++ b/package/hidapi/hidapi.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-HIDAPI_VERSION = 0.10.1
+HIDAPI_VERSION = 0.11.0
 HIDAPI_SITE = $(call github,libusb,hidapi,hidapi-$(HIDAPI_VERSION))
 HIDAPI_INSTALL_STAGING = YES
 # No configure provided, so we need to autoreconf.