libsigrok_0.5.2.bb 1.1 KB

12345678910111213141516171819202122232425
  1. DESCRIPTION = "libsigrok is a shared library written in C, which provides the basic hardware access drivers for logic analyzers and other supported devices, as well as input/output file format support."
  2. HOMEPAGE = "http://sigrok.org/wiki/Main_Page"
  3. LICENSE = "GPLv3"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
  5. DEPENDS = "glib-2.0 libzip"
  6. PACKAGECONFIG[serialport] = "--with-libserialport,--without-libserialport,libserialport"
  7. PACKAGECONFIG[ftdi] = "--with-libftdi,--without-libftdi,libftdi"
  8. PACKAGECONFIG[usb] = "--with-libusb,--without-libusb,libusb"
  9. PACKAGECONFIG[cxx] = "--enable-cxx,--disable-cxx,glibmm doxygen-native"
  10. PACKAGECONFIG[bluez5] = "--with-libbluez,--without-libbluez,bluez5"
  11. PACKAGECONFIG[hidapi] = "--with-libhidapi,--without-libhidapi,hidapi"
  12. PACKAGECONFIG ??= "serialport ftdi usb"
  13. inherit autotools pkgconfig mime
  14. SRC_URI = "http://sigrok.org/download/source/libsigrok/libsigrok-${PV}.tar.gz"
  15. SRC_URI[md5sum] = "e258d471b6d5eaa58daf927a0dc3ba67"
  16. SRC_URI[sha256sum] = "4d341f90b6220d3e8cb251dacf726c41165285612248f2c52d15df4590a1ce3c"
  17. FILES_${PN} += "${datadir}/*"