SUMMARY = "Utilities for testing USB" HOMEPAGE = "https://github.com/felipebalbi/usb-tools" SECTION = "core" DEPENDS += "libusb1 openssl" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" BP = "git" SRC_URI = "git://github.com/felipebalbi/usb-tools.git \ file://001-nohidapi.patch \ " SRCREV = "v${PV}" inherit autotools pkgconfig # Don't configure udev by default since it will cause a circular # dependecy with udev package, which depends on libusb # EXTRA_OECONF = "--libdir=${base_libdir} --disable-udev"