blob: 1fef9789c5a0cba65238001e40547ceb20d8fc66 [file] [log] [blame]
Andrew Geissler2ee498a2020-05-29 15:52:06 -05001SUMMARY = "A Simple library for communicating with USB and Bluetooth HID devices"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05002AUTHOR = "Alan Ott"
3HOMEPAGE = "http://www.signal11.us/oss/hidapi/"
4SECTION = "libs"
Andrew Geissler2ee498a2020-05-29 15:52:06 -05005
Andrew Geissler9aee5002022-03-30 16:27:02 +00006LICENSE = "BSD-3-Clause | GPL-3.0-only"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05007LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3949a631240cb6c31c50f3eb696077"
Andrew Geissler2ee498a2020-05-29 15:52:06 -05008
Patrick Williamsb48b7b42016-08-17 15:04:38 -05009DEPENDS = "libusb udev"
Andrew Geisslerd159c7f2021-09-02 21:05:58 -050010RDEPENDS:${PN}:append:libc-glibc = " glibc-gconv-utf-16"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050011
12inherit autotools pkgconfig
Andrew Geissler2ee498a2020-05-29 15:52:06 -050013
Andrew Geissler595f6302022-01-24 19:11:47 +000014SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master \
Andrew Geisslerac970dd2021-02-12 15:32:45 -060015 file://0001-configure.ac-remove-duplicate-AC_CONFIG_MACRO_DIR-22.patch \
16"
Andrew Geissler8fc454f2020-12-11 16:27:59 -060017PV = "0.10.1"
18SRCREV = "f6d0073fcddbdda24549199445e844971d3c9cef"
Andrew Geissler2ee498a2020-05-29 15:52:06 -050019S = "${WORKDIR}/git"