aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2020-01-07 13:20:21 +0100
committerKhem Raj <raj.khem@gmail.com>2020-01-07 17:54:00 -0800
commit496f8ccbc5580fe44a55a08e7bbae844397405a1 (patch)
tree6f5a3cbfb0aaab7e6c4c5d4306afcf9bb4d332e4 /meta-oe/recipes-extended
parentb2baaae2711d098c06423858662e29a8375fe6b8 (diff)
downloadmeta-openembedded-496f8ccbc5580fe44a55a08e7bbae844397405a1.tar.gz
libsigrok: add support for bluetooth integration
libsigrok now supports bluetooth communication using bluez5. 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/recipes-extended')
-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 aad8fa56a7..09e56e35c8 100644
--- a/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb
+++ b/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb
@@ -10,6 +10,7 @@ PACKAGECONFIG[serialport] = "--with-libserialport,--without-libserialport,libser
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 ??= "serialport ftdi usb"