xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hidapi/hidapi_git.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "A Simple library for communicating with USB and Bluetooth HID devices"
2AUTHOR = "Alan Ott"
3HOMEPAGE = "http://www.signal11.us/oss/hidapi/"
4SECTION = "libs"
5
6LICENSE = "BSD-3-Clause | GPL-3.0-only"
7LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3949a631240cb6c31c50f3eb696077"
8
9DEPENDS = "libusb udev"
10RDEPENDS:${PN}:append:libc-glibc = " glibc-gconv-utf-16"
11
12inherit autotools pkgconfig
13
14SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master"
15PV = "0.11.2"
16SRCREV = "31bde69a1f08c880ef1622f2586eea0daf3b0857"
17S = "${WORKDIR}/git"
18