aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libusb/libusb1_1.0.4.bb
blob: 66ba5e1496653f1742e292dbbee66fb85412385f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "library to provide userspace access to USB devices"
HOMEPAGE = "http://libusb.sf.net"
SECTION = "libs"
LICENSE = "LGPLv2.1"

PR = "r1"

SRC_URI = " \
           ${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.bz2 \
           file://libusb-shortok.patch;apply=yes \
          "
S = "${WORKDIR}/libusb-${PV}"

inherit autotools

EXTRA_OECONF = "--disable-build-docs"

SRC_URI[md5sum] = "a1f2206f1b4bd800e2461157faaa887f"
SRC_URI[sha256sum] = "6de182e93c946d432ed04362f0b93d889072438448dad20a21d4fcfa34cffa1d"