blob: be3e0402e572c0eb5a734e55f10b0d0b4a4fcdb0 (
plain)
1
2
3
4
5
6
7
8
9
|
DEPENDS = "virtual/libc"
RDEPENDS = "libc6"
DESCRIPTION = "libusb is a library to provide userspace \
access to USB devices."
SRC_URI = ${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \
file://${FILESDIR}/configure.patch;patch=1
inherit autotools libtool
|