summaryrefslogtreecommitdiff
path: root/packages/libftdi/libftdi_0.8.bb
blob: 451d2e302f0dd1690f24e5b8b4774d03dfd2f891 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "libftdi is a library (using libusb) to talk to FTDI's \
FT232BM, FT245BM and FT2232C type chips including the popular bitbang mode."
HOMEPAGE = "http://www.intra2net.com/de/produkte/opensource/ftdi"
LICENSE = "GPL"
DEPENDS = "libusb"

SRC_URI = "http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/libftdi-${PV}.tar.gz \
           file://doxygen-configure.patch;patch=1"
S = "${WORKDIR}/libftdi-${PV}"

inherit autotools binconfig pkgconfig lib_package

EXTRA_OECONF = "--disable-docs"

do_stage() {
    autotools_stage_all
}