blob: 2e62612e37bfc67d665f24bcae47b8c5337cde54 [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
Patrick Williams58776372022-04-13 09:07:35 -050014SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master"
Andrew Geisslerc5535c92023-01-27 16:10:19 -060015SRCREV = "4ebce6b5059b086d05ca7e091ce04a5fd08ac3ac"
Andrew Geissler2ee498a2020-05-29 15:52:06 -050016S = "${WORKDIR}/git"