From 496f8ccbc5580fe44a55a08e7bbae844397405a1 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Tue, 7 Jan 2020 13:20:21 +0100 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- 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 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"