Add hidapi
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
This commit is contained in:
parent
09948ae7f4
commit
a1eced5cc0
|
|
@ -0,0 +1,34 @@
|
||||||
|
SUMMARY = "Multi-platform library to interface with USB and Bluetooth HID-Class devices"
|
||||||
|
AUTHOR = "Alan Ott"
|
||||||
|
HOMEPAGE = "http://www.signal11.us/oss/hidapi/"
|
||||||
|
SECTION = "libs"
|
||||||
|
|
||||||
|
LICENSE = "BSD-3-Clause | GPLv3"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3949a631240cb6c31c50f3eb696077"
|
||||||
|
|
||||||
|
SRC_URI = "git://github.com/signal11/hidapi.git"
|
||||||
|
SRCREV = "a6a622ffb680c55da0de787ff93b80280498330f"
|
||||||
|
|
||||||
|
PV = "0.8.0-rc1"
|
||||||
|
PR = "git${SRCPV}"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
BBCLASSEXTEND += "native nativesdk"
|
||||||
|
|
||||||
|
DEPENDS += "libusb1"
|
||||||
|
|
||||||
|
DEPENDS_class-native += "libusb-native"
|
||||||
|
DEPENDS_class-nativesdk += "nativesdk-libusb"
|
||||||
|
|
||||||
|
# Disable udev backend build in native/nativesdk
|
||||||
|
EXTRA_OECONF += "libudev_CFLAGS=' ' libudev_LIBS=' '"
|
||||||
|
EXTRA_OEMAKE += "SUBDIRS=libusb"
|
||||||
|
|
||||||
|
EXTRA_OECONF_class-native += "libudev_CFLAGS=' ' libudev_LIBS=' '"
|
||||||
|
EXTRA_OEMAKE_class-native += "SUBDIRS=libusb"
|
||||||
|
|
||||||
|
EXTRA_OECONF_class-nativesdk += "libudev_CFLAGS=' ' libudev_LIBS=' '"
|
||||||
|
EXTRA_OEMAKE_class-nativesdk += "SUBDIRS=libusb"
|
||||||
Loading…
Reference in New Issue