From d08c6f03da266ae3aaa6b4756179ebe2876a8381 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 25 May 2023 14:56:12 +0800 Subject: hidapi: upgrade 0.13.1 -> 0.14.0 Changelog: ========== general: add hid_get_report_descriptor API function (#451) macOS: fix retrieving USB Interface number on macOS 13.3 (#534) macOS: Properly handle the close of run loop on macOS (#522) libusb: fix crash in hid_enumerate() caused by a stale device handle (#526) windows: alternative way to get USB Serial Number if not provided by HidD_GetSerialNumberString (#464) windows: don't mark with dllexport in static build (#507/#515) windows: Get Bluetooth device Model Number String instead of Device Name into product string (#500) general: fixes (mostly error handling) of issues found by Coverity Scan (#552/#554/#555/#559/#560/#561) general: variouse fixes and improvements Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/hidapi/hidapi_0.13.1.bb | 16 ---------------- meta-oe/recipes-support/hidapi/hidapi_0.14.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-oe/recipes-support/hidapi/hidapi_0.13.1.bb create mode 100644 meta-oe/recipes-support/hidapi/hidapi_0.14.0.bb (limited to 'meta-oe/recipes-support/hidapi') diff --git a/meta-oe/recipes-support/hidapi/hidapi_0.13.1.bb b/meta-oe/recipes-support/hidapi/hidapi_0.13.1.bb deleted file mode 100644 index 2e62612e37..0000000000 --- a/meta-oe/recipes-support/hidapi/hidapi_0.13.1.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "A Simple library for communicating with USB and Bluetooth HID devices" -AUTHOR = "Alan Ott" -HOMEPAGE = "http://www.signal11.us/oss/hidapi/" -SECTION = "libs" - -LICENSE = "BSD-3-Clause | GPL-3.0-only" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3949a631240cb6c31c50f3eb696077" - -DEPENDS = "libusb udev" -RDEPENDS:${PN}:append:libc-glibc = " glibc-gconv-utf-16" - -inherit autotools pkgconfig - -SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master" -SRCREV = "4ebce6b5059b086d05ca7e091ce04a5fd08ac3ac" -S = "${WORKDIR}/git" diff --git a/meta-oe/recipes-support/hidapi/hidapi_0.14.0.bb b/meta-oe/recipes-support/hidapi/hidapi_0.14.0.bb new file mode 100644 index 0000000000..91e5b55bea --- /dev/null +++ b/meta-oe/recipes-support/hidapi/hidapi_0.14.0.bb @@ -0,0 +1,16 @@ +SUMMARY = "A Simple library for communicating with USB and Bluetooth HID devices" +AUTHOR = "Alan Ott" +HOMEPAGE = "http://www.signal11.us/oss/hidapi/" +SECTION = "libs" + +LICENSE = "BSD-3-Clause | GPL-3.0-only" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3949a631240cb6c31c50f3eb696077" + +DEPENDS = "libusb udev" +RDEPENDS:${PN}:append:libc-glibc = " glibc-gconv-utf-16" + +inherit autotools pkgconfig + +SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master" +SRCREV = "d3013f0af3f4029d82872c1a9487ea461a56dee4" +S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf