mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-19 06:13:15 +00:00
Changelog: ========== Windows: migrate from SetupApi to CfgMgr32 (#362) - as per recommendation from Microsoft; Windows: add hid_winapi_get_container_id WinAPI-specific function (#379); Windows: improved error messages (#388); Windows: fixed out-of-boundary memory access for some of the function (#418); windows: Add .rc (#415); macOS: add hid_darwin_get_location_id macOS-specific function (#378); macOS: add macOS-specific function(s) to open device(s) in non-exclusive mode (#397); libusb: improved CMake dependency on Iconv (#405) - as a result, better support for NetBSD; general: documentation improvements; general: small code cleanups/improvements; Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
560 B
BlitzBasic
18 lines
560 B
BlitzBasic
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"
|
|
PV = "0.12.0"
|
|
SRCREV = "76108294092c023a4ece99eb3219559cea0d5066"
|
|
S = "${WORKDIR}/git"
|