aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2020-01-13 10:17:51 +0100
committerKhem Raj <raj.khem@gmail.com>2020-01-13 18:34:32 -0800
commitd93a18e9bf34bf4a2e3b02b27cb982773a6c3691 (patch)
tree53ce361219bebba5650be39ef270a1bce1f600d4 /meta-oe
parent87d77fd45e2f66c5199d1b8af96df3c95328dd63 (diff)
downloadmeta-openembedded-d93a18e9bf34bf4a2e3b02b27cb982773a6c3691.tar.gz
libsigrok: add support for hidapi integration
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@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb1
1 files changed, 1 insertions, 0 deletions
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 09e56e35c8..35e59d6d7d 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"