diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2020-01-13 10:17:51 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-13 18:34:32 -0800 |
commit | d93a18e9bf34bf4a2e3b02b27cb982773a6c3691 (patch) | |
tree | 53ce361219bebba5650be39ef270a1bce1f600d4 | |
parent | 87d77fd45e2f66c5199d1b8af96df3c95328dd63 (diff) | |
download | meta-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>
-rw-r--r-- | meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb | 1 |
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 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" | |||
11 | PACKAGECONFIG[usb] = "--with-libusb,--without-libusb,libusb" | 11 | PACKAGECONFIG[usb] = "--with-libusb,--without-libusb,libusb" |
12 | PACKAGECONFIG[cxx] = "--enable-cxx,--disable-cxx,glibmm doxygen-native" | 12 | PACKAGECONFIG[cxx] = "--enable-cxx,--disable-cxx,glibmm doxygen-native" |
13 | PACKAGECONFIG[bluez5] = "--with-libbluez,--without-libbluez,bluez5" | 13 | PACKAGECONFIG[bluez5] = "--with-libbluez,--without-libbluez,bluez5" |
14 | PACKAGECONFIG[hidapi] = "--with-libhidapi,--without-libhidapi,hidapi" | ||
14 | 15 | ||
15 | PACKAGECONFIG ??= "serialport ftdi usb" | 16 | PACKAGECONFIG ??= "serialport ftdi usb" |
16 | 17 | ||