[oe] [meta-oe][PATCH] libsigrok: add support for hidapi integration

Bartosz Golaszewski brgl at bgdev.pl
Mon Jan 13 09:17:51 UTC 2020


From: Bartosz Golaszewski <bgolaszewski at baylibre.com>

libsigrok now supports portable USB HID communication with HIDAPI. Add
a new packageconfig option that enables building of the bluetooth module.

Signed-off-by: Bartosz Golaszewski <bgolaszewski at baylibre.com>
---
 meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb b/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb
index 09e56e35c..35e59d6d7 100644
--- a/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb
+++ b/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb
@@ -11,6 +11,7 @@ PACKAGECONFIG[ftdi] = "--with-libftdi,--without-libftdi,libftdi"
 PACKAGECONFIG[usb] = "--with-libusb,--without-libusb,libusb"
 PACKAGECONFIG[cxx] = "--enable-cxx,--disable-cxx,glibmm doxygen-native"
 PACKAGECONFIG[bluez5] = "--with-libbluez,--without-libbluez,bluez5"
+PACKAGECONFIG[hidapi] = "--with-libhidapi,--without-libhidapi,hidapi"
 
 PACKAGECONFIG ??= "serialport ftdi usb"
 
-- 
2.23.0



More information about the Openembedded-devel mailing list