summaryrefslogtreecommitdiff
path: root/recipes-core/libusb/usb-tools_1.5.bb
blob: 22c70c997fe88bfd4cc3ece1eafa45d0824d02b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"